PDA

View Full Version : Header logo page width.



Reverend
Mon 16th Sep '02, 9:54pm
What code do i need to add to the header template,so that my header logo spans the whole page width,regardless of screen size.

i.e when viewed in either 800x600,or 1024x768 the logo fills the screen width without the need to horizontal scroll when using the smaller resolution.

Hope that makes sense.

BillaBongUSA
Mon 16th Sep '02, 10:13pm
You mean you just want to stretch the entire image? Well, I guess you could just add a width="100%" inside the image tag.

Reverend
Tue 17th Sep '02, 2:13am
Yeah what i want is to have my logo image span the whole screen.Regardless of the screen resolution.So that if someone views on a smaller resolution they don't need to scroll horizontally to see it all.
I use 1024x768,would i have to make the image 1024 wide?
And how do i code it so that it resizes for someone using 800x600,without them having to scroll across.