Well, when I use the default theme, my entries don't have any line breaks between paragraphs... But when I switch to any other theme I get the line breaks !
What do I have to change in my CSS file so I get it repaired ?
This is a "feature" of the default theme. Because of WYSWIYG editors being often used in the default theme, the paragraphs with spacings made problems when a background color was selected, or when people press "Enter" instead of "Shift-Enter" to produce linebreaks.
You can change it easily by editing your style.css file and insert a CSS line like
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
.serendipity_entry p {
margin: 25px;
padding-bottom: 0px;
}
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/