All my line breaks dissappear.

Found a bug? Tell us!!
Post Reply
Runery

All my line breaks dissappear.

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: All my line breaks dissappear.

Post by garvinhicking »

Could you tell us your URL so that we could look at it? It might be a template issue.

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/
Runery

Post by Runery »

You can see my blog at www.wiigryen.com/blog
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# 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/
Runery

Post by Runery »

:oops: My fault then. Thank you very much for your help.
Post Reply