I would like to increas line height for the main body text.
I added it to the css but it affected the entire template, so I guess I need to add it to the HTML.
I did do this but the code disappeared again - I guess it must be JCE - can I alter line height within the css or without it disappearing. I know I can change to the raw html editor, but as soon as aI switch back the same will happen.
Could you please attach a screenshot with annotation to explain better your problem? Could you please provide your website link so we can see and check the problem?
There is nothing to see as it is not a problem as such. I simply need to space out the lines of text a bit more. In straight usually use 125% or 150% to make it more readable. e.g.
<p style="line-height: 125%"></p> etc
Can I add the equivalent to "light.css" or to the HTML?
Thanks Arifin - that worked.
Actually for some reason 125% actually compressed the line height so I moved it to 175% and that produced the required effect.