|
Post by Wild Hooves on Dec 26, 2007 10:19:48 GMT -5
Looking at my website, I have this thin gray (or bg color) bar between the top image and the rest of the images. I use DIVs to arrange everything. (website is: www.geocities.com/dreamstarestates) I've tried everything. At first I thought the DIV might be too big, but I resized that to fit the header image. I also made sure there was no borded, and tried removing the border tag. I've done everything I could think of. The style is the same url above with style.css added to the end, if you want to look.
|
|
|
Post by Schubaltz on Dec 26, 2007 10:59:08 GMT -5
Couldn't get the page to load on this browser, but this problem is commonly associated with line breaks in the source code.
|
|
|
Post by Wild Hooves on Dec 26, 2007 13:39:42 GMT -5
It's done with divs, and there is no line breaks between divs or anything...
|
|
|
Post by Tobias on Dec 30, 2007 19:18:25 GMT -5
body{ margin: 0; padding: 0; }
|
|