Page 2 of 2

Posted: Mon Jul 17, 2006 11:46 am
by dougburns
garvinhicking wrote:Dougburns: You should replace it with "\n", that is a simple newline character in mysql. :-)
Yep, my comments are now fixed and (warning - horrible hack approaching) I just replaced the <BR /><BR /> in my <pre> examples with <BR /><P></P><BR> to fool IE into thinking there was something between the line breaks.

It's not a strategy for the future, but it dug me out of my current hole ;-)

Thanks for your help

Posted: Mon Jul 17, 2006 11:48 am
by garvinhicking
*g*

Well, that should do the trick for starters, I guess. Another thing to avoid folding might be to use "<br /> <br />" (notice the space in between!)?

Have fun,
Garvin

Posted: Mon Jul 17, 2006 2:46 pm
by ChiaJesus
www.davidsportal.com

Editing the pasted text (from a web page) or even creating a new entry, there seems to be no way of having a blank line between paragraphs. My first entry worked, but it doesn't seem to want to do it any more.

Posted: Mon Jul 17, 2006 4:41 pm
by garvinhicking
Hi!

Edit your style.css entry and use

Code: Select all

.serendipity_entry p {
 margin: 10px;
}
HTH,
Garvin

Posted: Tue Jul 18, 2006 2:21 pm
by ChiaJesus
This was the solution.

Once again, thanks.