View Single Post
  #3 (permalink)  
Old 08-14-2006, 09:54 PM
Duke's Avatar
Duke Duke is offline
Super Moderator
 
Join Date: Dec 2005
Location: Under your bed
Posts: 1,002
Send a message via AIM to Duke
Re: Centering the Logo in subBlack
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="60%" height="85">[img]themes/subBlack/images/logo.jpg[/img] </td>
                <td width="40%" height="85" align="right">$showbanners </td>
              </tr>
            </table></td>
Can you please provide a link to your website?

Personally, I'm a little confused with what your asking for here. Do you want a background image that spans the width of the header regardless of screen resolution <width="100%"> or are you simply trying to align a smaller image in the header?

This is just one possible example: If you are trying to align a smaller image in the center you will need to change this (assuming your not going to show banners):

Code:
<tr>
      <td width="60%" height="85">[img]themes/subBlack/images/logo.jpg[/img]</td>
      <td width="40%" height="85" align="right">$showbanners </td>
</tr>
TO

Code:
<tr>
     <td width="100%" height="85">[img]themes/subBlack/images/logo.jpg[/img]</td>
</tr>
What is the size of the image your trying to place and will it rez up cleanly depending on your users screen resolution?
__________________


My Daughter Rules!
Reply With Quote