View Single Post
  #1 (permalink)  
Old 06-14-2008, 10:52 AM
kb9nha kb9nha is offline
Junior Member
 
Join Date: May 2008
Location: Windy City
Posts: 25
Problem placing site banner at the center
I'm using the subBlack theme for my site. I've noticed some problems placing my site banner at the center. First I've installed a smaller banner about (728X90). It won't show up in the center but on the left side. I've tried setting the alignment to (center) & even add html codes <div align="center">etc....</div> or align="center" inside a particular script as well as changing the script setting "right" to "center" without any luck. I've resized my site banner to a much longer width (even longer than the theme width at some point but I still got a problem). The banner won't fully covered/replaced the entire space. Below is the image of the particular problem I'm referring to:



I've also notice something when I minimized my browser (IE 7) while looking at my site. The site header remain in same fix width. Below is the image:



Below is my header.html settings:

Quote:
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td bgcolor="#000000"><table width="70%" border="0" cellspacing="2" cellpadding="0" align="center">
<tr>
<td bgcolor="#212121"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="60%" height="85"><a href="index.php"><img src="themes/subBlack/images/logo.bmp" border="0" alt="$sitename"></a></td>
<td width="40%" height="85" align="right">$showbanners &nbsp;</td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="150" height="25" background="themes/subBlack/images/cellpic1.gif"><table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr>
<td nowrap><font class="content">$theuser</font></td>
</tr>
</table></td>
<td background="themes/subBlack/images/cellpic1.gif"><table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr>
<td nowrap>
<div align="center"><font class="content"><strong>::</strong>&nbsp; <a href="index.php">Home</a>
&nbsp;<strong>::</strong>&nbsp; <a href="modules.php?name=Downloads">Downloads</a>
&nbsp;<strong>::</strong>&nbsp; <a href="modules.php?name=Your_Account">Your
Account</a> &nbsp;<strong>::</strong>&nbsp; <a href="modules.php?name=Forums">Forums</a>
&nbsp;<strong>::</strong></font></div></td>
</tr>
</table></td>
<td width="150" background="themes/subBlack/images/cellpic1.gif"><table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr>
<td nowrap>
<div align="center"><font class="content">
$datetime
</font></div></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td height="3" bgcolor="#212121"><img src="themes/subBlack/images/1px.gif" width="1" height="1"></td>
</tr>
</table></td>
</tr>
</table>
<table width="70%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr valign="top">
<td>$public_msg<img src="themes/subBlack/images/pixel.gif" width="1" height="1" border="0" alt=""></td>
</tr></table>
<table width="70%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr valign="top">
<td valign="top" width="1" background="themes/subBlack/images/7px.gif">

Last edited by kb9nha : 06-14-2008 at 10:54 AM.
Reply With Quote