As an alternative approach for including cleaner versions of your MS W docs see
http://sbrenjoy.bizland.com/frontpage/word.htm
--
| you're smack on the money there - it's just a shame that FP cant intepret
| this as you obviously have and create the appropriate html (i figured that's
| what it was for and nothing else

) - if i do any more in html manually i
| might aswell bypass FP all together and write it in notepad

)
|
| i'm converting a hoard of MS Word docs into html (tryna get them online for
| the 5th) - i found that saving the docs as html (or straight copy/paste to
| FP) created a enormous mass of overhead, and watermarks, headers, etc got
| misinterpreted - so i opted to copy docs to notepad (strip out any format)
| then paste the plain text into fp and just apply rudimentary format with
| view to creating css sheets later (when i have time to learn how to do
| them), but i'm finding even this fundimental formatting a chore in FP

(
|
| i'm just going to wing it for now to try get the stuff online - thanx very
| much
|
|
| | > In HTML, a carriage return doesn't indicate the end of a
| > paragraph. Instead, <p> marks the beginning of a
| > paragraph, and </p> marks the end.
| >
| > Also, HTML treats any combinations of spaces, tabs,
| > carriage returns, and lines feeds as one space.
| >
| > If you switch to HTML view (or, in FP2003, Code view) I
| > think you'll find your plain text appears as
| >
| > <pre>
| > Three things are certain
| > Death, taxes, and lost data.
| > Guess which has occurred.
| > </pre>
| >
| > where <pre> and </pre> mark a block of text that the
| > browser should display in a monospaced font, honoring
| > line breaks and multiple spaces, or
| >
| > <p>Three things are certain<br>
| > Death, taxes, and lost data.<br>
| > Guess which has occurred.</p>
| >
| > where <p> specifies an ordinary paragraph and <br> forces
| > a line break.
| >
| > In both cases, HTML treats the content as one paragraph
| > containing several line breaks, and not as multiple
| > paragraphs. That's why, when you indent a paragraph, the
| > entire block of text gets indented.
| >
| > I'd like to suggest a fix, but it's really difficult
| > without seeing the data. All I can say is that somehow,
| > you need to add HTML paragraph breaks and not rely on
| > line endings.
| >
| > There may be some fancy search/replace commands that make
| > this relatively easy, but figuring them out is going to
| > be tough if you're new to HTML.
| >
| > Jim Buyens
| > Microsoft FrontPage MVP
| >
http://www.interlacken.com
| > Author of:
| > *----------------------------------------------------
| > |\---------------------------------------------------
| > || Microsoft Office FrontPage 2003 Inside Out
| > ||---------------------------------------------------
| > || Web Database Development Step by Step .NET Edition
| > || Microsoft FrontPage Version 2002 Inside Out
| > || Faster Smarter Beginning Programming
| > || (All from Microsoft Press)
| > |/---------------------------------------------------
| > *----------------------------------------------------
| >
| >
| >
| > >-----Original Message-----
| > >If i attempt to indent a single line FP indents the
| > >whoooooooooooooole document
| > >
| > >to indent a single line i have to
| > >create line space either the side of my intended indent
| > > indent the line
| > >remove the line spaces either side
| > >
| > >i have 90 plain ol text documents to convert and i dont
| > >think i'll live long enough to do it this way

)
| > >
| > >any tips?
| > >
| > >(p.s. each line is an instruction that ends in a hard
| > >return, so they are already individual paragraphs & not
| > >connected in anyway)
| > >
| > >
| > >
| > >.
| > >
|
|