View Full Version : Big Gaps


21fun
10-12-2003, 08:59 AM
Why does my CSS leave big gaps as it goes down to the next line? If you dont know what I mean see
http://www.freewebs.com/railwaysonline/menu.html
Sorry if you class that as an ad, just i cant describe it better

Y3llow
10-12-2003, 09:01 AM
Big gaps? I see no big gaps.

21fun
10-12-2003, 09:04 AM
The big gap below M E N U and the big gaps below the section headers. When I used the font face tags they wernt there

obsideus
10-12-2003, 09:18 AM
Maybe it's the <h1> ?

.. or actually, if you don't want a gap get rid of the <br> in your headings :

<center><h1><u><i>Information</i></u><br></h1></center>

If you notice, there is a <br>, that signels a new line, and at size 4 the line would be pretty big I guess :)

MaGiCSuN
10-12-2003, 09:48 AM
there is no gap really between your text, because if you hover the links you see that the overline from the hover is very close to the underline of the headers :)

it just 'looks' like a gap. Also some fixing from your css coding. You had an backgroundimage in it wich you didn't used. You also didn't specified the background-color: tag. And you had some " in the codes, while they shouldn't really belong there :)

<style type="text/css">
<!--
A:link { text-decoration: none; color: #FFFFFF; }
A:visited { text-decoration: none; color: #FFFFFF; }
A:hover { text-decoration: underline overline; cursor: default; color: #FFCC33; }
BODY {
margin-top: 2;
padding-top: 2;
scrollbar-face-color : #0099FF;
scrollbar-highlight-color : #000000;
scrollbar-3dlight-color : #999999;
scrollbar-shadow-color : #999999;
scrollbar-darkshadow-color : #3366FF;
scrollbar-track-color : #FFCC00;
scrollbar-arrow-color : #FF3300;
}

input, textarea
{ background-color: #009933 ;
font-family: Arial;
color: #FFFFFF; }--></style>



Love,
Mirna

21fun
10-12-2003, 01:39 PM
It did have gaps, but they went when I reverted back to Font Face tags because sundays are quite busy