Page 1 of 1

how to avoid auto-<br /> in entries?

Posted: Thu Dec 22, 2005 7:49 pm
by bnetz
hi,

when i post an entry, linebreaks are made automatically. i don't want this, in order to place a google-ad there. so if i enter

Code: Select all

bla
bla
bla
i want it to appear exactly this way in the code later on. now it appears like

Code: Select all

bla<br />
bla<br />
bla<br />
would appreciate help very much - thx!

Re: how to avoid auto-<br /> in entries?

Posted: Thu Dec 22, 2005 7:53 pm
by garvinhicking
You must remove the plugin "Markup: nl2br" for that.

Regards,
Garvin

Posted: Thu Dec 22, 2005 7:56 pm
by bnetz
wow ... this was a fast answer ... thx a lot!