Thread: centering logo?
View Single Post
  #1 (permalink)  
Old 12-05-2004, 02:47 AM
Krutch Krutch is offline
Junior Member
 
Join Date: Sep 2004
Posts: 42
centering logo?
Thanks to Killerbee I have a terrific logo for my site.
now I want to go a step further and center it.

www.ghettoassualtteam.com

theme is zoneCopper

Code:
<center><table width="90%" 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="left" background="themes/zoneCopper/images/darkSilver_07.gif"><td width="100%" align="right"><background="themes/zoneCopper/images/darkSilver_50.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>
I have edited the header.html file like as shown above. Anyone know what I am doing wrong?
Reply With Quote