Greetings,
I read this forum back and forth and figured out how to put extra coluns in, placing the forum in the middle of the page. Works fine on main forum page, but when I click on a forum category to go into the topics, the forum grows and the columns on either side get narrow.
Here's what I placed in the header.asp...
<script language="javascript" src="includes/default_javascript.js" type="text/javascript"></script>
<!--#include file="skin_file.asp" -->
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="<% = strBgColour %>" text="<% = strTextColour %>" background="<% = strBgImage %>">
<table width="100%">
<tr>
<td colspan="3">Header contents here</td>
<tr>
<td width="15%">Menu in this Cell</td><td width="70%">
And here's what I have in footer.asp...
<!-- footer -->
</td><td width="15%">Right content in this Cell</td>
</tr>
</table>
</html>
Am I doing something wrong here, or do I need to set the column widths somewhere else as well?
Thanks for any help you can offer.