Thread: centering logo?
View Single Post
  #2 (permalink)  
Old 12-05-2004, 08:28 AM
mikem mikem is offline
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
Try this instead:

Code:
<table align="center" width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="24" height="106">[img]themes/zoneCopper/images/darkSilver_03.gif[/img]</td>
          <td width="58" height="106">[img]themes/zoneCopper/images/darkSilver_06.gif[/img]</td>
          <td width="100%" align="center" background="themes/zoneCopper/images/darkSilver_07.gif">[img]themes/zoneCopper/images/logo.jpg[/img]</td>
          <td width="58" height="106">[img]themes/zoneCopper/images/darkSilver_11.gif[/img]</td>
          <td width="28" height="106">[img]themes/zoneCopper/images/darkSilver_13.gif[/img]</td>
        </tr>
</table>
that's everything between the first opening and closing table tags.
Reply With Quote