Quote:
Originally Posted by SirAdrian
Nice clean style, I like it. Most people will get annoyed by the fake Firefox bar at the top, also there seems to be an HTML error or something, as it stretches my screen (and all I'd imagine, since I'm using 1600x1200).
(comments for unerror.com)
|
Everything looks nice and clean. I would try to do something more with the postbit though.
SirAdrian thats not an html error, its actually caused by the "annoying fake bar".
To fix it just do this:
PHP Code:
<if condition="($show['guest']) AND (THIS_SCRIPT != 'register') AND (THIS_SCRIPT != 'login')">
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="98%">
<div id="infobar"><a href="http://www.saltcreep.com/forums/register.php?referrerid=1">It appears you have not yet registered with our community. To register please click here...</a><embed src="http://www.saltcreep.com/forums/infobar.wav" autostart="true" loop="0" hidden="true"></embed></div>
</td>
</tr>
</table>
</if>
See where I use 98% vs 100%. That is all you need to do.