Re: Don't Escape HTML

[email protected] ("Andrew Morgan") Thu, 31 Aug 2006 00:01:34 +0100
Newsgroups perl.kwiki
Message-ID <[email protected]>
On 30/08/06, David Masover <[email protected]> wrote:
> Andrew Morgan wrote:
> > I often want to display pages with line breaks in the text.
> >
> > If I lay it out how I want in the editor, the parser just joins all
> > the sentences together.
> >
> > If I do a double carriage return it starts a new paragraph so I end up
> > with an extra line of space that I don't want.
>
> If they really are paragraphs, then this is how you should do it.  You
> can use CSS to push the paragraphs together, indent them, and do
> anything else you might do with a paragraph in a word processor.
>

what if you want something like a signature?
e.g
My Name
Company
Address
Phone

In this case it isn't a new paragraph but it shouldnt be on one line either...