Hi
I cannot find how to change the paragraph spacing in css for the main body text of pages. Is there an easy solution?
Thanks
Hi
I cannot find how to change the paragraph spacing in css for the main body text of pages. Is there an easy solution?
Thanks
You can apply all allowed styling to your text if it is defined as a paragraph <p> or has some tag associated with it as in the follwing:
And find more info at w3 SchoolsCode:p { line-height: 130% }
Zen-Venom Get Bitten
Thanks for the quick response...