Angus at InfoForce Services wrote:
When I go to http://infoforce-services.com/drcleland/ I have a gap between the h1 header and top of the page. Why? in between the Dr. Cleland's and Home Page lines is a gap. Why? I wish to get rid of all
 gaps.

Lots of commented stuff that ends up as noise on screen in my browsers.
That's part of your problem, and it also makes it hard to debug the
page. Think it needs a good clean-up.

You have:
h1 {...
line-height:100px;
...
)

That huge line-height is guaranteed to create space/gap. Give it a more
suitable value, and avoid 'px'.

Also why is "Default" and "Reverse" appering black on navy and not black on silver?

writing-error in CSS.
.strangelove_style a {
background: D3D3D3;
}
...should be:
background: #D3D3D3;

regards
        Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to