1 stevet Jan 29, 2006 19:22
3 jibberjab Jan 30, 2006 04:35
I think the problem is that you have the images in the header inside a P tag, which adds some vertical whitespace by default... Try adding this:
.pageHeader p {
margin: 0px;
}
And then, to recreate the space above the "OUTLET" text, add this after the style above:
.pageHeader p img {
margin-top: 8px;
}
jj.
4 stevet Jan 30, 2006 07:49
That's odd. Adding a border to the top seems to fix it:
Sure does!
http://www.neukol.org.uk/test/index.php/outlet
I'll try the other fix too later
thanx
That's odd. Adding a border to the top seems to fix it: