Using Word to create webpage

B

Bill Rush

I know this is a bit off topic but wondered if one of you
might be able to help.

I have a word template I want to use as a web page. I
know just enough to be dangerous. So I save the word doc
as a web page and upload it to my website and it looks
perfect except the pictures don't show up. I have
uploaded the pictures as well but I suspect there is
something else I am not doing. Any suggestions?
Thanks. Bill
 
E

E. T. Culling

It is far better to build your pages in FrontPage than Word or Publisher.
You will get much cleaner code and everything will work better. Use FP as it
is designed... not Word!
ETC
 
T

Tom Pepper Willett

You might try the Word newsgroup.
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
===
| I know this is a bit off topic but wondered if one of you
| might be able to help.
|
| I have a word template I want to use as a web page. I
| know just enough to be dangerous. So I save the word doc
| as a web page and upload it to my website and it looks
| perfect except the pictures don't show up. I have
| uploaded the pictures as well but I suspect there is
| something else I am not doing. Any suggestions?
| Thanks. Bill
 
J

Jim Buyens

Usually, when Word creates an HTML file from document that
contains pictures, it store the pictures into a
hidden "thicket" folder named xxxxxx_files where xxxxxx is
the original document's base file name.

So, if wonderful.doc contained pictures and you save it as
wonderful.htm, you would also get a hidden wonderful_files
folder. Then, you would need to publish both the
wonderful.htm file and the hidden wonderful_files folder.

To see the thicket folder:

1. Open Windows Explorer
2. Choose Folder Options from the Tools menu
3. Click the View tab.
4. Under Hidden files and folders, select Show Hidden
Files And Folders.
5. Under Managing Pairs Of Web Pages And Folder,
select either of the options that begins
Show Both Parts.

(BTW, the two Manage As A Single File options mean that
when you more, rename, or delete the .htm file, Windows
will perform the same operation to the _files thicket
folder.)

For more details, try steps 1-10 of this related
PowerPoint article:

Microsoft Knowledge Base Article - 823430
HOW TO: Import a PowerPoint Presentation into a Web by
Using FrontPage 2003
http://support.microsoft.com/default.aspx?scid=kb;en-
us;823430

However, I agree with ETC that you're much better off
copying the plain text and any pictures individually out
of Word, and using them to construct a true Web Page.

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)
|/---------------------------------------------------
*----------------------------------------------------
 
Top