View Single Post
  #2 (permalink)  
Old 03-24-2005, 03:56 PM
iceblox iceblox is offline
Junior Member
 
Join Date: Jan 2005
Posts: 4
Yeah I have had this problem where it says

Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0"> 
<tr> 
<td width="60%" height="120">[img]themes/fiblack3d/forums/images/logo.jpg[/img]</td> 
<td width="40% height="120">$showbanners </td> 
</tr> 
</table>
change it to say

Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0"> 
<tr> 
<td width="100%" height="120">[img]themes/fiblack3d/forums/images/logo.jpg[/img]</td> 
</tr> 
</table>
Reply With Quote