Forum Moderators: not2easy
I need to assign some padding or margin to <br> tags, which of course works fine in FF, but not IE (6). Is there a nifty way around this? Please note that unfortunately, I do need to keep the br tags in the code, so can't just replace them with something else - is there some other way around this?
Thank you!
/EliZaW
Setting a line-height or font-size for a break works in every browser on my Mac (have to say though, looking at it right now, not in Mac/IE..), but I'm surprised you're not even seeing something happening in FF. Weird.
And welcome to the forums, EliZaW
Here's an old reference from CSS Discuss: Eirc Meyer - Incutio [archivist.incutio.com]
Of course I could get rid of the brs, but I was trying to find an easy way out and just edit the style sheet rather than messing with a bunch of cms-files that govern the content.