View Single Post
Old
  (#2 (permalink))
iceblox
Junior Member
 
Status: Offline
Posts: 4
Join Date: Jan 2005
03-24-2005, 02:56 PM

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