Page 1 of 1

Can anyone help me on this

Posted: Wed Jun 14, 2006 6:46 pm
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

Re: Can anyone help me on this

Posted: Wed Jun 14, 2006 7:25 pm
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

Posted: Wed Jun 14, 2006 7:37 pm
by jhonny123
Thanks buddy