PDA

View Full Version : Background image in table



peterska2
Tue 12th Oct '04, 8:49am
Ok right I know how to do this but I just forgot (something to do with not having any sleep last night and so having been awake now for 30 hours.)

So What I wanna do is have in my header


<table blah blah blah bakcground="url to image">
<nav bar menu>
</table>
<rest of header gumph>
<nav bar drop down nemus gumph>

I just can't get it to work.

Little help needed.

Floris
Tue 12th Oct '04, 9:16am
Instead of HTML, try XHTML.

<table blah blah style="background-image: url(images/bgimage.gif);">

peterska2
Tue 12th Oct '04, 9:42am
cheers flo that worked.

mind you getting the img path right is helpful too.

(like I said I'm a bit past my best now)