0.8 Beta 6 - Embeded Player

Found a bug? Tell us!!
Post Reply
degatron
Regular
Posts: 45
Joined: Wed Apr 06, 2005 3:34 pm

0.8 Beta 6 - Embeded Player

Post by degatron »

Hi,

ich took a embeded player into my blog. But the optik is horrible. Between the headline or the text and the player is a great distance. In a normal HTML-Site there is no space betwenn them.

For example.

in Deutsch:
Ich habe einen embeded Player in die Seite gesetzt. Serendipiyt macht zwischen Überschrift, Text und dem Player einen großen Zwischenraum, der da eigentlich nicht hingehört. In einer normalen HTML-Seite passiert das nicht. Habe eine Menge herumexperimentiert.

Beispiel.

Nachtrag: Das Darstellungsproblem ist übrigens nur in FireFox 1.02 zu sehen. Mit dem IE wird es korrekt dargestellt.

This problem is only with firefox 1.02.
Gruß degatron
degatrons Radio
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: 0.8 Beta 6 - Embeded Player

Post by garvinhicking »

The answer is easy.

You have the nl2br markup plugin installed in your blog. This one will convert ALL newlines (breaks) into the HTML <br /> entity.

When you paste your <object>... code, you also paste linebreaks. Those get converted to <br /> and they cause the harm.

There are two possible solutions:

1. You disable the nl2br markup plugin. You will loose the functionality that typing Enter creates a newline and you will need to manually insert <br /> breaks in your paragraphs.

2. You remove the linebreaks from your <object> pasted code and type them all in one single line.

Solution 2 is suggested. :-)

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/
degatron
Regular
Posts: 45
Joined: Wed Apr 06, 2005 3:34 pm

Post by degatron »

Hi Garvin,

great! Thats the tip of the day! Thanks a lot! 8)
Gruß degatron
degatrons Radio
Post Reply