Recent Topics

1 Oct 03, 2011 00:49    

http://griggsofficesupply.com/index.php/Home/

Can someone tell me what's creating the white border above the header here? I can't seem to find what's calling this...

2 Oct 04, 2011 06:13

You should move the following to the <head> section.

<!--[if IE]><link rel="stylesheet" type="text/css" href="ie.css" /><![endif]-->

In the file styles.css remove "margin-top" property

body {
	background: #ffffff;
	font-family: Palatino, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	margin-top: 10px;
}

3 Oct 04, 2011 18:25

Excellent - thanks! I did the second thing you mentioned (changed margin to 0) but the first thing threw an error... Nonetheless, the border is gone.

4 Oct 04, 2011 18:32

Well... the first thing I mentioned is not related to the white margin. According to HTML standards you must place all <link> tags inside the <head> section.


Form is loading...