View Single Post
Old
  (#4 (permalink))
Krick
Junior Member
 
Status: Offline
Posts: 3
Join Date: Aug 2006
08-15-2006, 12:21 PM

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