Andrew McFarland <[EMAIL PROTECTED]> writes: > Hi, > > I need to use a FILTER that behaves like html_para, except that it > doesn't add the initial <p> tag.
Just create a new filter.
> I tried using replace('\n{2,}, '</p><p>'), but for blocks of text
> pulled from the database, carriage returns aren't replaced.
Maby you could try with replace('\r?\n{2,}, '</p><p>') ?
--
/ Jonas - http://jonas.liljegren.org/myself/en/index.html
