View Single Post
Centering the Logo in subBlack
Old
  (#1 (permalink))
Krick
Junior Member
 
Status: Offline
Posts: 3
Join Date: Aug 2006
Centering the Logo in subBlack - 08-14-2006, 04:12 PM

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