Thank you, very much! It worked. I knew it was something to do with collum span, but I am getting better with tbales. Just one small thing as I am such a perfectionist.
I can;t get the "Notice from the ADMINS!" text to center.
Again thank you for your help and here is what I have tired:
PHP Code:
<table class="tborder" algin="center" border="0" cellpadding="6" cellspacing="0" width="100%">
<tbody>
<tr>
<td class="tcat" algin="center">
Notice from the ADMINS!</td>
<td class="tcat" align="right"><a href="http://www.domsforums.net/profile.php?do=editoptions">Click Here To Disable Marquee</A>
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_welcomepanel" style="">
<tr>
<td class="alt1" align="center" width="100%" colspan="2">
<if condition="!is_member_of($bbuserinfo, 3)"> <marquee>$vboptions[fhx2h]</marquee></if><if condition="is_member_of($bbuserinfo, 3)"><font size="6">
<MARQUEE>PLEASE CHECK YOUR EMAIL FOR THE LINK TO ACTIVATE YOUR ACCOUNT. IT MUST THEN BE APROVED BY AN ADMIN BEFORE YOU CAN POST!!!</MARQUEE></font></if>
</td>
</tr>
</tbody>
</table>