PDA

View Full Version : Page Background & Header Issues


davepurcell
08-18-2010, 05:01 PM
We've got an image for our page background, this won't however show on the header too.
http://www.bobbathis.net

Any ideas?

DataHero
08-18-2010, 05:31 PM
Your logo bit contains the following:


<table border="0" width="805" cellpadding="0" cellspacing="0" align="center" style="background: url(styles/summer/misc/);">


You should fix the path.

davepurcell
08-18-2010, 05:46 PM
I've looked high and low in the templates but can't find it :/

I know in another style it used to go right to the top (the page background) but no idea about this one

DataHero
08-18-2010, 09:48 PM
<!-- logo -->


Search for <!-- Logo --> in the header template -- should be there.. It would also be useful if you could enable template names in HTML (vBulletin Options -> General Settings -> Add Template Name in HTML Comments). That way, you can see which template contains what content.

davepurcell
08-19-2010, 03:00 AM
Cheers found it!

Any idea how I'd get it behind the nav as well?
I managed to do it but can't scale it to 900px and it leaves a small black line in between too :/

DataHero
08-19-2010, 12:10 PM
Go to the <td> tag which contains the "Welcome Guest" line and add a style attribute of background-image: url('XXX') repeat;. The url should contain the same image as that of below. Or, you could include the td within the div of the container below.

davepurcell
08-19-2010, 06:05 PM
Cheers, you've been a great help!

I think I'm slowly getting there!