Darn LineBreaks!!! lol

liunx

Guest
I've noticed that <BR> has a different spacing in IE based browsers than in Mozilla based. I've tried correcting this using CSS but I thint that I am using the wrong attributes. Any thoughts??I believe you're looking for line-heightHmm. I have tried that but it didn't seem to work. Perhaps I used the wrong syntax??Hmm...

Is 'line-height' IE only?? I'm noticing changes only in IE...Put something like this in your CSS:
body {
line-height: 1.5em;
}
(that will likely be a little to big, so you can just change that number)If you are trying to style a <br> tag, I think somebody mentioned that you can't. Personally, I have a hard time remembering the last time I coded a <br> tag. :)Thanks guys, I worked it out. :)
 
Back
Top