View Full Version : Sub titles being cut off.


Innocent_Kiss
12-11-2003, 09:12 PM
My sub titles on my sub pages are being cut off. I tried everything to fix it before I posted, but nothing seems to work. I made the table's top margin larger and made the pt (point or size) of the font smaller, and it still cuts off. You can look at one of my subpages here (http://www.geocities.com/bowwowexpress/song.html). Look at the subtitle "Song". Oh, and this (http://eb0nie.truefanatics.us/style.ccs) is my css coding. I know I have to change the extension from .cCS to .cSS, which I'll do in a minute. Can anyone tell me how to fix my sub titles?

Rosey
12-11-2003, 09:36 PM
You have your line-height: 11px and then your font is 14pt.

If you want to leave that there, add a <br> tag before you <h1> tag and that will fix it for you.

Innocent_Kiss
12-12-2003, 12:30 AM
Originally posted by Rosey
You have your line-height: 11px and then your font is 14pt.

If you want to leave that there, add a <br> tag before you <h1> tag and that will fix it for you.

Thanks Rosey :)
I didn't notice that. I'll just change the line height

Rosey
12-12-2003, 12:39 AM
You're welcome!