When pasting from Notepad to FrontPage text is normally pasted as one
paragraph with line breaks creating new lines.
In FrontPage 2003, and probably other versions, with the page open in Design
(Normal) view, use Edit->Paste Special and choose Normal Paragraphs from
the list of options.
The text will be pasted as paragraphs, with no line breaks.
In an HTML page, paragraphs are text contained in <p>..</p> tags, as in
<p>...some paragraph text...</p>
there may not be an actual carriage return, but the browser will render the
paragraph as though there were. The browser renders carriage returns as
spaces, so these are not visible when the page is displayed.
Line breaks (the two down pointing arrows) are rendered with <br> tags, as
in
here is some text<br>This text appears to be on the next line.
Again, notice the lack of carriage returns.
To convert text with line breaks to paragraphs do a search and replace in
FrontPage, in HTML or Code view, Search for <br> and replace it with
</p><p>
The first and last line *may* have to be manually corrected - <p> added to
the first line, and the last <p> removed, though when pasting text from
Notepad these may already be correct.
--
Ron Symonds (Microsoft MVP - FrontPage)
Reply only to group - emails will be deleted unread.
"cybervigilante" <(E-Mail Removed)> wrote in message
news:21A4E015-BE3F-4A46-935F-(E-Mail Removed)...
> When I paste text the blank lines are showing up as those two down
> pointing
> arrows instead of paragraph marks, that you get by hitting Shift-Enter -
> which means FP recognizes the entire paste as one paragraph. I want to
> convert all the blank lines to double paragraph marks so I can format
> each
> one independently, such a for headers - but I can't seem to do it except
> very tedious manual replacement. U tried search and replace using regular
> expressions, but nothing seems to work, although I may have the symbol for
> downpointing arrows wrong. I know para is \n
>
> Jim
> --
> www.corporatecrimefighters.com