PDA

View Full Version : Site logo and Header


Swiss_Tony
10-23-2008, 04:17 PM
Right now we are running the blueworld template for the site. Looks great but I knocked up a very quick and dirty logo for the forum and just substituted the logo.gif that was contained in the uploaded ftp files. The same was done for the register.gif
You can see my 5 minutes handiwork here :)

http://www.piston-broke.com/forum

Now if I upload a new logo (which I have just finished designing) it still restricts the size to just a small square top left in the header. Is there a way anyone can please explain how I can change the header so I can have a whole banner across the top that I designed ?

Much appreciated
Chris

Seven Skins
10-23-2008, 04:58 PM
<center><table width=100% border=0 cellpadding=0 cellspacing=0></center>
<tr>
<td width="100%" height="100" rowspan="2" align="left" valign="middle" background="blueworld/gradients/bh_header.gif">
</center>
<a href="index.php?"><img src="blueworld/gradients/logo.gif" width="370" height="106" border="0"></a></td>
<td width="30%" height="70" rowspan="2" align="right" valign="middle" background="blueworld/gradients/bh_header.gif">
<a href="register.php"><img src="blueworld/gradients/register.gif" width="111" height="106" border="0"></a> </div> </td>
</table>


Things in red color needs looking into in HEADER template. Remove <center> and </div> tags and make the height of <td>'s same height as your logo's

.

Swiss_Tony
10-23-2008, 06:42 PM
Cheers for that ...I think :)

It has been a while since I did any html and I am a bit rusty :D
Is there any chance you can point in the right direction (as a numpty) to configure said banner into the header without messing it up

thanks