Plz Help me I need THis
http://www.vbulletin.com/forum/showthread.php?169161-How-To-Modify-the-Guest-Welcome-Message
<!-- guest welcome message -->
<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;">
Notice
</div>
</td>
</tr>
<tr>
<td class="alt1" width="100%">
<div class="smallfont">
<center>
<a href="[URL]http://yoursite.com/register.php[/URL]"><FONT SIZE=4>Attention Guest: Please Register!</FONT></a>
<BR>
This enables access to exclusive features such as viewing posting, and joining our community!
</center>
</div>
</td>
</tr>
</table>
</if>
<BR>
<!-- / guest welcome message -->
<table>
<tr>
<td><img src="your image" /></td>
<td align="center">Attention Guest: Please Register!<br /> From sign-up to downloads in just 1 minute! This enables access to exclusive features such as viewing over xxxx downloads, postings, and joining our xxxx strong community!</td>
</tr>
</table>