Word styles in FrontPage pages

P

Paul Danon

I wrote a document in Word and used Word styles to include
a hierarchy of headings. This works fine and, among other
things, produces a properly-ordered contents-list.

When I paste the document into FrontPage 2002, the
headings' styles are nothing like those in Word. Indeed,
heading4 headings are more prominent than heading1 ones.

You can see what I mean at:

http://www.sussex.ac.uk/Users/pfed20/project.shtml

Am I doing something wrong by simply pasting Word text
into FP?
 
S

Stefan B Rusynko

Try saving the page in Word as a Web page (.htm) and File Importing it into your FP Web
Note:
Some features of Word are not supported in web pages
See the details and download the Compatibility White paper at
http://support.microsoft.com/default.aspx?scid=kb;en-us;245047



| I wrote a document in Word and used Word styles to include
| a hierarchy of headings. This works fine and, among other
| things, produces a properly-ordered contents-list.
|
| When I paste the document into FrontPage 2002, the
| headings' styles are nothing like those in Word. Indeed,
| heading4 headings are more prominent than heading1 ones.
|
| You can see what I mean at:
|
| http://www.sussex.ac.uk/Users/pfed20/project.shtml
|
| Am I doing something wrong by simply pasting Word text
| into FP?
 
A

Andrew Murray

yes, create the document directly in frontpage and use its styles/font
sizes/heading types. You're bound to lose the formatting - it just a fact of web
devleopment - word is not a web development tool.

The best you can do is reapply the frontpage heading styles that it provides - it
does not keep the style settings you give it in Word. Every type of formatting
will be lost including things like bullet lists, paragraphing, linespacing and so
on, because you're copying the text from word, which when pasted into Frontpage
is converted (behind the scenes) to html. You would be better off saving the
Word file (under File > "save as" or "export" - I can't remember exactly) to
html, then import that html file into the Frontpage web. This way you *might*
have better luck in saving the formatting settings you have in Word.
 
E

E. T. Culling

You might even want to consider copying the Word text into Notepad to strip
away all the formatting. Then use a CSS for new webpage friendly formatting.
In the long run that will be easier ... and better, but initially not seem
so.
Eleanor
 
W

Wally S

Use CSS to format your headings in FP. By the way, you'll get better results
if instead of pasting the document into FP, you drag it onto the page with
Windows Explorer. If you have manually fornmatted your headings instead of
using the automatic Word formatting or the Word outline feature, you may be
able to keep your formatting. If you drag a Word file from Windows Explorer
onto a page in FP, you will keep your font formatting, although maybe not
automatically applied formatting.

Wally S
 
Top