Quote:
Originally Posted by Kol
I'm a newbie.
I am having trouble in trying to remove the blank line before and after bullets (and also numbered lists).
I am sure this can be done by quite easily by entering or changing something in page_style.css and/or stylesheet.css but I can't figure it out.
Any advice
|
Hmmm, I'm not sure what you mean with blank lines before and after bullets. Could you post a image where we can see what is your issue? Maybe we can fix that by adding in the css stylesheet something like:
Code:
ol, ul, li {
margin-top: 0;
margin-bottom: 0;
}
Regards
Rubén