Page 1 of 1

All my line breaks dissappear.

Posted: Mon Jan 30, 2006 10:37 am
by Runery
Hi!

I have a problem with my entries that all my linebreaks dissapear. I have tried to set <br />tags in my posts too but all my linebraks dissapear no matter what I do. Have anyone had the same problem? I do not use WYSIWYG.

Thanks
Rune

Re: All my line breaks dissappear.

Posted: Mon Jan 30, 2006 11:03 am
by garvinhicking
Could you tell us your URL so that we could look at it? It might be a template issue.

Regards,
Garvin

Posted: Mon Jan 30, 2006 12:10 pm
by Runery
You can see my blog at www.wiigryen.com/blog

Posted: Mon Jan 30, 2006 12:16 pm
by garvinhicking
Inside your custom CSS stylesheet you loaded, you have this:

Code: Select all

br { display : none; } 
This disables the BR tag.

Regards,
Garvin

Posted: Mon Jan 30, 2006 1:54 pm
by Runery
:oops: My fault then. Thank you very much for your help.