navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

How do I get a Word doc into FP

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Microsoft FrontPage Help >> How do I get a Word doc into FP
Page: [1]
 
Zippity

 

Posts: 8
Joined: 1/14/2006
Status: offline

 
How do I get a Word doc into FP - 1/20/2006 15:34:35   
I have a 12 page MS Word document (including a table) which I would like to place on my web site.

I am using both MS Word 2002 and FP2002.

Is there a simple way in which I can get the Word document into a new page using FP and still retain all the original formatting?


Thanks in advance.
rdouglass

 

Posts: 9206
From: Biddeford, ME USA
Status: offline

 
RE: How do I get a Word doc into FP - 1/20/2006 16:00:04   
1. The simplest way would be to copy and paste the document (in FrontPage) into your web site and leave it as-is as a .DOC and everything. Then place a link somewhere to that file. The file should then download to the client browser as-is.

2. The next easiest way (IMO) is to print it to a .PDF document and do the same thing.

3. The last step would be to copy and paste the text into a new web page and format it there. I *strongly* suggest *not* letting Word save it as an HTML document. Word will fill the page with code-bloat and ends up being problematic.

Those are my suggestions anyways.

_____________________________

Don't take you're eye off your final destination.

ASP Checkbox Function Tutorial.

(in reply to Zippity)
Zippity

 

Posts: 8
Joined: 1/14/2006
Status: offline

 
RE: How do I get a Word doc into FP - 1/20/2006 16:03:42   
Thanks for the feedback.

At the moment, I have the Word doc saved as a file which readers can access (download) via a link on my web page.

My concern was for those who didn't have MS Word or its associated reader on their PC's.

(in reply to rdouglass)
rdouglass

 

Posts: 9206
From: Biddeford, ME USA
Status: offline

 
RE: How do I get a Word doc into FP - 1/20/2006 16:19:26   
quote:

2. The next easiest way (IMO) is to print it to a .PDF document and do the same thing.


That would solve that issue 99% of the time. Almost all web users have Adobe Acrobat Reader (or some other program that will read PDF files).

I use a little print driver called pdfFactory that (IIRC) was only about $40 and has been one of my most valuable tools ever.

_____________________________

Don't take you're eye off your final destination.

ASP Checkbox Function Tutorial.

(in reply to Zippity)
caz

 

Posts: 3518
Joined: 10/10/2001
From: Somewhere south of Chester, UK
Status: offline

 
RE: How do I get a Word doc into FP - 1/20/2006 16:51:44   
You could save the Word document in rtf format which can then be read without Word or it's viewers. This will also cope with any firewall blocking and still retain the Word formatting.:)

_____________________________

Do not meddle in the affairs of cats, for they are subtle and will dance, or more on your keyboard.
Cheshire cat. www.doracat.co.uk

I remember when it took less than 4hrs to fly across the Atlantic.

(in reply to rdouglass)
rdouglass

 

Posts: 9206
From: Biddeford, ME USA
Status: offline

 
RE: How do I get a Word doc into FP - 1/20/2006 17:06:55   
quote:

Word document in rtf format


Never thought of that actually. Sounds better than my solution....:)

_____________________________

Don't take you're eye off your final destination.

ASP Checkbox Function Tutorial.

(in reply to caz)
treetopsranch

 

Posts: 1007
From: Cottage Grove, OR, USA
Status: offline

 
RE: How do I get a Word doc into FP - 1/20/2006 19:15:15   
I have elderly clients viewing one of my sites that had problems with rtf files. (Didn't know how to open Word, some had Macs that used a slightly different word processor, no knowledge of computers, just did email, etc, etc.) I found the PDF solution seemed to work fine for those people.

_____________________________

Don from TreeTops Ranch, Oregon

"I've got a taste for quality and luxury"


(in reply to rdouglass)
Zippity

 

Posts: 8
Joined: 1/14/2006
Status: offline

 
RE: How do I get a Word doc into FP - 1/21/2006 4:47:09   
Problem solved :)

I saved my Word doc as an htm file, and copied it into my file folder.

It downloads sweetly :)

(in reply to treetopsranch)
rdouglass

 

Posts: 9206
From: Biddeford, ME USA
Status: offline

 
RE: How do I get a Word doc into FP - 1/21/2006 10:17:16   
quote:

I saved my Word doc as an htm file


I wouldn't make it a habit. :) Word is *not* a good HTML editor (not even acceptable IMO).

That is rarely ever a recommended solution. Yes it works but is not recommended.

_____________________________

Don't take you're eye off your final destination.

ASP Checkbox Function Tutorial.

(in reply to Zippity)
BeTheBall

 

Posts: 6357
Joined: 6/21/2002
From: West Point Utah USA
Status: offline

 
RE: How do I get a Word doc into FP - 1/21/2006 12:15:03   
One way to convert a Word file to HTML without getting the bloat is to open a new page in FP, then choose Insert, then File. In the dropdown labeled, Files of type, choose the version of Word that best matches that of the document and then browse to the file and double click it. You will lose some of the formatting, but you will also lose all the extra MS bloat. Just a thought.

_____________________________

Duane

Some people are like Slinkies . . . Not really good for anything . . . . . But they still bring a smile to your face when you push them down a flight of stairs.

(in reply to rdouglass)
Zippity

 

Posts: 8
Joined: 1/14/2006
Status: offline

 
RE: How do I get a Word doc into FP - 1/21/2006 16:36:08   
BeTheBall

Thanks for the tip.

After loading the converter file, the document came across easily :)

Unfortunately, most of the numbered paragraphs lost their numbering and now I cannot renumber and indent the paragraphs as they were lined in the original document (block indenting does not work) :)

(in reply to BeTheBall)
womble

 

Posts: 5513
Joined: 3/14/2005
From: Living on the edge
Status: offline

 
RE: How do I get a Word doc into FP - 1/21/2006 18:27:32   
I'd suggest going down the pdf route. As RDouglass says, the vast majority of visitors will have a pdf reader installed (and to be safe you can always put a link to the Adobe Acrobat reader site with your downloads as well for the minority that don't (visitors will be used to seeing the 'download Acrobat Reader software here' links on sites all over the web anyway, so shouldn't mind that.

Another advantage with pdfs is that they keep their formatting, unlike Word documents where paragraphs and pics can fall off pages and mess up your layout if the viewer has different settings set up in Word that you did when you created the document (and also lessens the chance of someone downloading your files, tweaking them, then claiming them as their own creations).

As for creating pdfs, for Adobe software you're talking serious $$, but you can pick up print driver software that outputs to a pdf file very cheaply, or there's even some open source ones out there. I'm using one called PDFCreator on my laptop, and it does the job just as well as the paid software I have on the PC.

_____________________________

~~ "A cruel god ain't no god at all" ~~
:)

(in reply to Zippity)
cfdtv1

 

Posts: 13
Joined: 3/9/2005
Status: offline

 
RE: How do I get a Word doc into FP - 1/21/2006 22:56:18   
OK, I have a question for Zippity, Did you want to have the pages to be down loaded or to make web pages out of the word doc? I would have to agree with the PDF file. So very universal and the reader is FREE. Nobody has an excuse for not being able to view the file.

However, using word to convert to html files is a very bad idea as I found out. If you want to make web pages, why not just copy the all the text from word to notepad and then copy from notepad to your new web page?

Just a thought

Gary

(in reply to womble)
Zippity

 

Posts: 8
Joined: 1/14/2006
Status: offline

 
RE: How do I get a Word doc into FP - 1/21/2006 23:10:33   
I want the document to be part of the displayable web page, not a document for downloading purposes.

Maybe I am going to have to purchase a PDF write programme, rather than trying with the "freebie" deckPDF 2.5 that I downloaded earlier today.

I tried to insert a .prn file created from deskPDF 2.5 into a blank page but it won't display :)

Bear with me here folks :)

(in reply to cfdtv1)
cfdtv1

 

Posts: 13
Joined: 3/9/2005
Status: offline

 
RE: How do I get a Word doc into FP - 1/24/2006 19:28:26   
Zippity, If you just want to make the document a web page you just need to copy the text to notepad (found under the accessories tab). Next copy the text from notepad and paste it to a new web page. Copying the text to notepad removes all the formatting that causes trouble in the HTML atmosphere.

Gary

(in reply to Zippity)
Zippity

 

Posts: 8
Joined: 1/14/2006
Status: offline

 
RE: How do I get a Word doc into FP - 1/24/2006 19:35:40   
Thanks Gary and others.

My "freebie" works a treat - once I figured out how to use it properly :):)

(in reply to cfdtv1)
traveler98

 

Posts: 362
From: Dallas Tx USA
Status: offline

 
RE: How do I get a Word doc into FP - 1/24/2006 19:47:45   
quote:

ORIGINAL: rdouglass


I use a little print driver called pdfFactory that (IIRC) was only about $40 and has been one of my most valuable tools ever.


I use PDF Factory also...best $40 I have spent on software. I also have to agree the PDF way seems the easiest if you want to keep original format. Otherwise if you just want to view then copy word to notepad to frontpage.



_____________________________

The worst day of golf is better than any day at work.

(in reply to rdouglass)
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: How do I get a Word doc into FP - 1/24/2006 22:56:55   
i recently downloaded primoPDF (free) and love it... pdf generating print driver. Works great from any file type that can print.



_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to traveler98)
dennis

 

Posts: 61
Joined: 12/20/2001
From: Camdenton MO USA
Status: offline

 
RE: How do I get a Word doc into FP - 1/25/2006 17:15:10   
I also use PrimoPDF bobby and have had very good results with it. Free is good, too!

_____________________________

Everything that goes around, comes around.

(in reply to bobby)
CapnCook

 

Posts: 48
From: A Mancunian in Toronto
Status: offline

 
RE: How do I get a Word doc into FP - 1/26/2006 13:17:57   
While PDF is certainly the best option for downloadable files, you can easily bring Word text into an FP page by:

1. Selecting the text in Word
2. In FP, click Edit/Paste Special/Normal paragraphs with line breaks

This removes all of the horrendous code-bloat and inserts the text with paragraph formatting intact. You may then insert images and reformat text (that is, set font characteristics) as you desire.

Having your document as an HTML page makes the information more accessible. Many people unused to the web, will click on a PDF link and wonder why their browser appears to lock up, while Acrobat Reader loads. (How many of us fail to instruct visitors to right/click the link to download and not to left/click to view?)

Another trick:

If you have an existing page with the font set the way you want it, delete all but two adjacent characters. Insert the new text (best from Notepad or UltraEdit) between the two characters and, voila! - properly formatted text. (Don't forget to delete the two original characters - and rename the file!).

I mention UltraEdit - it is a much higher level text editor than Notepad and offers lots of editing features of use to webbies. IDMcomp

(in reply to dennis)
polyclay

 

Posts: 30
Joined: 10/3/2003
Status: offline

 
RE: How do I get a Word doc into FP - 6/26/2007 19:16:14   
To transfer the contents of a Word 2003 document to a FP 2003 web page, while retaining the hyperlinks but not the bad code that makes it hard to control the width of the page:

1. Copy & paste the Word text into Notepad
2. Copy & paste the Notepad text into a new Word doc
3. In Word, choose Format, then AutoFormat, and run AutoFormat. If that doesn't restore the hyperlinks, you have to set the AutoFormat in Tools, AutoCorrect Options, AutoFormat as You Type, Internet & network paths with hyperlinks (check as ON)

(in reply to CapnCook)
Page:   [1]

All Forums >> Web Development >> Microsoft FrontPage Help >> How do I get a Word doc into FP
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts