I'm trying to adapt the 800px width in another skin, but looking thru this skin I see in the header:
Code:
<!-- set below for skin width-->
<table width="800px" border="0" align="center" cellpadding="0" cellspacing="0" style="border:1px solid #000000">
<tr>
<td width="100%" align="left" valign="top">
Now this is the start of the code to wrap the entire forum in 800px with a black border, but where is the closing tags? I thought it was in the footer, and even the FORUMHOME template. Doing some testing I found this is false... Unless, Im missing a snippet of code somewhere...
Anyone point me in the right direction? I need to locate what template the closing tags are located so I can implement this 800px width in another skin. Basically I have been hunting for the 3 closing tags below....
Code:
</td>
</tr>
</table>
Thanks!