View Full Version : The Lines Are Squashed


BreaL
01-10-2003, 11:48 PM
On the site I am designing, it has iframes. I'm doing everything right, but whenever I put text in the frame, it comes up squashed onto one line, even though I use <BR>. Why is this? I'm not sure if this has to do with frames, but this is the only time I have come across this.

lefty
01-10-2003, 11:55 PM
hmm, mind posting a link to the page?

BreaL
01-11-2003, 12:03 AM
http://www.laril.net/index2.html

That's just what's inside the frames.

lefty
01-11-2003, 12:57 AM
You have line-height set to zero in your css code... that'll make everything squash onto one line. :) Try increasing that number.

BreaL
01-11-2003, 01:06 AM
Silly me! Thanks so much!

lefty
01-11-2003, 03:05 AM
you're welcome :D