View Single Post
  #4 (permalink)  
Old 08-15-2006, 11:21 AM
Krick Krick is offline
Junior Member
 
Join Date: Aug 2006
Posts: 3
This is what I ended up doing to center the image.

Code:
<table width="100%" border="0" cellspacing="0" cellpadding="2">
  <tr>
    <td bgcolor="#000000"><table width="100%" border="0" cellspacing="2" cellpadding="0">
        <tr>
          <td bgcolor="#212121"><table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="100%" height="85" align="center">[img]themes/subBlack/images/logo.jpg[/img] </td>
                <td width="40%" height="85" align="right">$showbanners </td>
              </tr>
            </table></td>
Reply With Quote