Hi,

I noticed that on different screen resolutions my website www.footballflashbacks.co.uk shows as a different size on each one.

So I tried changing this code below in the stylesheet to 100% and it filled the screen, adjusted to each screen resolution. But as the image/logo is only one particular size, it keeps changing with each screen resolution.

(This is the area I changed to get the page width to 100% - note it's back to 850px now because its looks silly with the differing logo sizes)

#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 850px;
vertical-align: top;
border: 1px solid #9a9a9a;
}

Do you understand what I mean? I hope I'm being clear enough!

Basically I was wondering if there is a way to get the logo/header to be 100% in size like the page is?

Hope you can help.

Jim