Code: Select all
<body>
<a name="top" id="top"></a>
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<table class="topbkg" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td><a href="index.php"><img src="templates/fisubsilversh/images/phpbb2_logo.jpg" border="0" alt=" Forum Index" title=" Forum Index" width="240" height="110" /></a></td>
<td><img src="images/spacer.gif" alt="" width="28" height="4" /></td>
</tr>
</table>
programhouze wrote: I'm not sure if this would work....but you could maybe try the way they do the logo for the plus board. I know phpBB doesn't support that here...but I have a few plus boards and the image looks good in all res. Here is the code I believe for that...maybe try that once. But Im sure CyberAlien could point you in a better direction when he sees this.
Please Note: You might not all that coding, but some of that might help you lol. You'll have to change the fisubsilversh part to your style and maybe the logo format to your format...like gif or whatever. Also the spacer.gif could be just maybe removed or something and or make a spacer image using some of your logo's original design like. I dunno...worth a shot I suppose. Till CyberAlien gets here.![]()
programhouzeCode: Select all
<body> <a name="top" id="top"></a> <table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td> <table class="topbkg" width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td><a href="index.php"><img src="templates/fisubsilversh/images/phpbb2_logo.jpg" border="0" alt=" Forum Index" title=" Forum Index" width="240" height="110" /></a></td> <td><img src="images/spacer.gif" alt="" width="28" height="4" /></td> </tr> </table>
Code: Select all
<td><a href="index.php"><img src="templates/fisubsilversh/images/phpbb2_logo.jpg" border="0" alt=" Forum Index" title=" Forum Index" width="240" height="110" /></a></td>
Code: Select all
<td background="templates/fisubsilversh/images/logo_backgroumd.jpg"><a href="index.php"><img src="templates/fisubsilversh/images/phpbb2_logo.jpg" border="0" alt=" Forum Index" title=" Forum Index" width="240" height="110" /></a></td>
CyberAlien wrote: Current image isn't background. Its a fixed image.
To set background image first create some image that you will use, then open overall_header.tpl, findand replace with something like:Code: Select all
<td><a href="index.php"><img src="templates/fisubsilversh/images/phpbb2_logo.jpg" border="0" alt=" Forum Index" title=" Forum Index" width="240" height="110" /></a></td>
Code: Select all
<td background="templates/fisubsilversh/images/logo_backgroumd.jpg"><a href="index.php"><img src="templates/fisubsilversh/images/phpbb2_logo.jpg" border="0" alt=" Forum Index" title=" Forum Index" width="240" height="110" /></a></td>