Quote:
Originally Posted by TheInsaneManiac
PM me with a screenshot.
|
Hey there - Thanks but I 'think' I fixed it but it makes no sense to me:
In desperation, from the [3.7.2] Dark vB - Fluid.xml file, I located the following:
Code:
<template name="header" templatetype="template" date="1214355902" username="unenergizer" version="3.7.2"><![CDATA[<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" style="background: url($stylevar[imgdir_misc]/header_repeat.gif) repeat-x top left" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="100%" height="27" colspan="2" valign="top"><img src="$stylevar[imgdir_misc]/header_repeat.gif" border="0" alt="" /></td>
</tr>
>>>>>>>>>>>>>>Shouldn't there be a </table> here? <<<<<<<<<<<<<
<table border="0" width="$stylevar[outertablewidth]" style="background: url($stylevar[imgdir_misc]/dark_vb_bg.gif) repeat-x top left" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]" id="header_right_cell"><if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if></td>
</tr>
</table>
<!-- /logo -->
I placed a close table tag in my header template as a test and my issue disappeared...
I'm very confused ; )