Brueskie |
06-10-2008 11:49 AM |
jlew24asu, you might want to shrink that logo image down some for this particular theme, as its height is breaking the layout.
As for centering the logo image try replacing the contents of the header template with the following code:
Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td height="20" width="29" style="background: url($stylevar[imgdir_misc]/header_c_l.jpg);">
<img src="$stylevar[imgdir_misc]/spacer.gif" border="0" alt="" height="1" width="29" />
</td>
<td height="20" style="background: url($stylevar[imgdir_misc]/header_top.jpg) repeat-x top left;"></td>
<td height="20" width="29" style="background: url($stylevar[imgdir_misc]/header_c_r.jpg);"></td>
</tr>
<tr>
<td width="29" height="107" style="background: url($stylevar[imgdir_misc]/header_left.jpg);"></td>
<td height="107" width="100%" align="center" style="background: url($stylevar[imgdir_misc]/header_bg.jpg);"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td width="29" height="107" style="background: url($stylevar[imgdir_misc]/header_right.jpg);">
<img src="$stylevar[imgdir_misc]/spacer.gif" border="0" alt="" height="1" width="29" />
</td>
</tr>
</table>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td valign="top" width="29" style="background: url($stylevar[imgdir_misc]/td_left.jpg) repeat-y;">
<img src="$stylevar[imgdir_misc]/spacer.gif" border="0" alt="" height="1" width="34" />
</td>
<td valign="top" style="background: #5e5946 url($stylevar[imgdir_misc]/pagebackground.jpg) repeat;">
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
$ad_location[ad_header_end]
|