Can anyone help me on this

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
jhonny123
Posts: 3
Joined: Wed Jun 14, 2006 6:34 pm

Can anyone help me on this

Post by jhonny123 »

I have a blog at http://voiceofambition.com/Tibet .

I enabled WYSIWYG html editor. My problem is in the entries there is no space (an empty line) between paragraphs when I Publish. I have maually put a <br> tag after </P> for space now.

Can anyone tell me how to fix it.

I am using Cofee Cup Theme from David Cummins

Thank you in advance
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Can anyone help me on this

Post by garvinhicking »

Hi!

For paragraph margins to show up you'd need to edit your style.css file and set

Code: Select all

.serendipity_entry p {
margin-bottom: 10px
}
HTH,
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/
jhonny123
Posts: 3
Joined: Wed Jun 14, 2006 6:34 pm

Post by jhonny123 »

Thanks buddy
Post Reply