Just wanted to thank you first of all for making this kick ass theme!
What I've been doing is changing out the header and trying to get it to fit properly. If you go to my site here: http://www.fragtard.net you'll see that the top right of the header is getting pushed to the right. I've tried changing the size values for that space in theme.htm, home.htm and pnphpbb2.htm but it seems that the values I enter don't affect it.
This is the code that is currently in my theme.htm, home.htm and pnphpbb2.htm:
Code:
<TR>
<TD><IMG SRC="<!--[$imagepath]-->/pt20header_12.gif" WIDTH="13" HEIGHT="168" ALT=""></TD>
<TD><IMG SRC="<!--[$imagepath]-->/pt20header_13.gif" WIDTH="90" HEIGHT="168" ALT=""></TD>
<TD><IMG SRC="<!--[$imagepath]-->/pt20header_14.gif" WIDTH="91" HEIGHT="168" ALT=""></TD>
<TD><IMG SRC="<!--[$imagepath]-->/pt20header_15.gif" WIDTH="90" HEIGHT="168" ALT=""></TD>
<TD><IMG SRC="<!--[$imagepath]-->/pt20header_16.gif" WIDTH="311" HEIGHT="168" ALT=""></TD>
<TD class="welcome" WIDTH=76 HEIGHT=168 align="center">Welcome<br>
<!--[user]--> </TD>
<TD><IMG SRC="<!--[$imagepath]-->/pt20header_18.gif" WIDTH="69" HEIGHT="168" ALT=""></TD>
<TD><IMG SRC="<!--[$imagepath]-->/pt20header_19.gif" WIDTH="12" HEIGHT="168" ALT=""></TD>
</TR>
When I reduce pt20header_18.gif to 50 px wide, everything fits but the game in the image between the dog tags and the last images still exists.
Any help would be greatly appreciated! |