I am a noob! And an old one at that!
This is what I have in the forum home template...HOW DO I FIX THIS??
<if condition="$show['guest']">
<table width="$stylevar[outertablewidth]" style="background-image:url(prfantasia/fantasia/ort.gif)" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top"><img src="prfantasia/fantasia/sol.gif" alt=" " border="0" /></td>
<td align="center" width="$stylevar[outertablewidth]" style="background-image:url(prfantasia/fantasia/ort.gif)" valign="middle"><strong><font color="#FFFFFF"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</font></phrase></td>
<td align="right" valign="top"><img src="prfantasia/fantasia/sag.gif" alt=" " border="0" /></td>
<tr>
<td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">
<phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase>
</td>
</tr>
</table>
</if>
Many thanks
|