You are here: Forum Home / RapidWeaver User Forum / HTML, CSS, and Design Help / Thread
I created some content in textedit, then exported to html. I added the CSS from the export along with the content itself. Looks great, but I need the content line spacing to be 1.5. Here is the code text edit created:
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Georgia}
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px Georgia; min-height: 15.0px}
span.Apple-tab-span {white-space:pre}
ul.ul1 {list-style-type: disc}
how do I get the line spacing to = 1.5?
thanks in advance
Hello.
Just add the following into the CSS mix:
line-height: 1.5em;
Best
John
thanks, John. I tried that earlier and for some reason it didn’t work. I think it may have been conflicting with some other CSS on the page. Anyway, I found an easy work-around that seems to be working well. Thanks again
Thank you John!
THX Mani
I think the world would be a much happier and safer place without IE ...