Thread: white space
View Single Post
Old 06-17-2014, 01:53 PM   #2
JLius
Village idiot
JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.
 
JLius's Avatar
 
Posts: 157
Karma: 519566
Join Date: Mar 2014
Location: Belgium
Device: sony PRS T-1
Is it a CSS problem, or are there empty paragraphs or breaks between those paragraphs in the html file?

If its in CSS, you can change it to this:

p {
margin: 0;
padding:0;
}

If it's in the html, you can use regex to remove those empty paragraphs or breaks. But I'm no good with regex :-)
JLius is offline   Reply With Quote