View Single Post
  #1 (permalink)  
Old 08-14-2006, 03:12 PM
Krick Krick is offline
Junior Member
 
Join Date: Aug 2006
Posts: 3
Centering the Logo in subBlack
I'm having problems getting a logo to center up in the subBlack theme.

Here's the relevant code snip from header.html,

Quote:
<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>

The section that I believe should contain the logo if I want to center it is,

Quote:
<td bgcolor="#212121"><table width="100%" border="0" cellspacing="0" cellpadding="0">
That's the area of the page that spans the entire width of the top. However, if I place the image there and set align="center", it still appears at the left of the page.

Any ideas?
Reply With Quote