Quote:
Originally Posted by tommyturnage
<if condition="$show['guest']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat" width="100%">
<div style="text-align: center;">
Join Today!
</div>
</td>
</tr>
<tr>
<td class="alt1" width="100%">
<div class="smallfont">
<center>
<a href="http://www.yoursite/forum/register.php"><FONT SIZE=4>Attention Guest: Please Register!</FONT></a>
<BR>
This enables access to exclusive features such as viewing over 23,000 downloads, posting, and joining our 10,000 strong community!
</center>
</div>
</td>
</tr>
</table>
</if>
<BR>
|
You should use
Phrases! That's what Phrases are for. Also <BR> Tags are obsolete. In this case you should use the <br /> Tag instead of the old ones