Blog Missing Paragraph Breaks

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
htcltd
Posts: 1
Joined: Wed Nov 02, 2005 12:11 pm
Location: Arlington, Virginia, USA
Contact:

Blog Missing Paragraph Breaks

Post by htcltd »

Hi,

I've just started using S9Y. Amazing software.

My test blog (www.lpcb.org/serendipity) has a problem with the paragraph breaks: they are missing so all the paragraphs run together.

I am using the default WYSWIG editor and v .9. Looking at the HTML code there is no apparent reason. I even tried forcing an empty paragraph by using the <p> </p> with a space in between.

I have checked out other users blogs and they don't have any problems so I'd appreciate any advice on what I can do to fix this.
jhermanns
Site Admin
Posts: 378
Joined: Tue Apr 01, 2003 11:28 pm
Location: Berlin, Germany
Contact:

Post by jhermanns »

Pressing the enter key in the wysiwyg editor should automaticall create a new paragraph. Which browser are you using? Does everything look alright when you write the entry in the wysiwyg editor?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

The default template sets the margin of any "p" tag to 0 pixels. The reason for that is that else the WYSIWYG editor inserts certain tags that would create layout weirdness (when you are colouring your text).

You can ch ange that by editing your style.css and set the margin to 5pt or so.

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/
Post Reply