how to upload Word doc with columns & graphics?

Reply

Join Date: Feb 2004
Posts: 13
Reputation: Funkynassau is an unknown quantity at this point 
Solved Threads: 0
Funkynassau Funkynassau is offline Offline
Newbie Poster

how to upload Word doc with columns & graphics?

 
0
  #1
Feb 22nd, 2004
I am working on a webpage for our car club and a column by a member that would normally have gone in our printed newsletter now needs to be on this website. It's done in Word, in 2 and 3 columns and contains graphics. I've been trying to figure out how to put it on the website, saving it as a web page ruins the formatting on it, some of the graphics are missing, some of the boxes are moved around, some text overlaps other text. How do I do this?

Thanks
Funkynassau the confused
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 1,135
Reputation: samaru is just really nice samaru is just really nice samaru is just really nice samaru is just really nice 
Solved Threads: 6
Team Colleague
samaru's Avatar
samaru samaru is offline Offline
a.k.a inscissor

Re: how to upload Word doc with columns & graphics?

 
0
  #2
Feb 23rd, 2004
Saving a Word document as a web page is a no-no. It adds so much unnecessary HTML and other bloat that makes it unmanageable. I recommend you recreate the page from scratch by hand or use Dreamweaver or even FrontPage. The HTML code that Word generates is a train wreck and it's not standard.
Check out my blog at http://www.shinylight.com for more stuff about web dev.
Reply With Quote Quick reply to this message  
Join Date: Feb 2003
Posts: 282
Reputation: Roberdin will become famous soon enough Roberdin will become famous soon enough 
Solved Threads: 6
Team Colleague
Roberdin Roberdin is offline Offline
Supreme Evil Overlord

Re: how to upload Word doc with columns & graphics?

 
0
  #3
Feb 23rd, 2004
Alternatively provide it as a download on your site so that when opened it opens in the browser window.
Reply With Quote Quick reply to this message  
Join Date: Feb 2004
Posts: 13
Reputation: Funkynassau is an unknown quantity at this point 
Solved Threads: 0
Funkynassau Funkynassau is offline Offline
Newbie Poster

Re: how to upload Word doc with columns & graphics?

 
0
  #4
Feb 23rd, 2004
Thanks for your reply. The author of the article re-did it for me in plain text and I added the tags and away we went. It's not as fancy looking as the original that we put in our newsletter, but in reality it didnt need to be.

I have Arachnophilia, a freebie, but not Dreamweaver or Front Page. Are there any freebies that are particularly good? I dont need to do clever stuff very often, but this time it would have been handy to know how!

Thanks
Funkynassau
Reply With Quote Quick reply to this message  
Join Date: Nov 2003
Posts: 207
Reputation: rixius is an unknown quantity at this point 
Solved Threads: 1
rixius rixius is offline Offline
Posting Whiz in Training

Re: how to upload Word doc with columns & graphics?

 
0
  #5
Feb 25th, 2004
DreamWeaver has a free trial, but if you're going to be working with web pages I recommend you learn to code the old fashioned way, via text editor like Notepad or something of the like. ALSO, if you sign up for the Microsoft Beta of the Microsoft Visual .NET studio, that works like a dream too. *until last week had forgotten he had 2002 dev edition, and lovin it*
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 1,135
Reputation: samaru is just really nice samaru is just really nice samaru is just really nice samaru is just really nice 
Solved Threads: 6
Team Colleague
samaru's Avatar
samaru samaru is offline Offline
a.k.a inscissor

Re: how to upload Word doc with columns & graphics?

 
0
  #6
Feb 25th, 2004
Originally Posted by Funkynassau
Thanks for your reply. The author of the article re-did it for me in plain text and I added the tags and away we went. It's not as fancy looking as the original that we put in our newsletter, but in reality it didnt need to be.

I have Arachnophilia, a freebie, but not Dreamweaver or Front Page. Are there any freebies that are particularly good? I dont need to do clever stuff very often, but this time it would have been handy to know how!

Thanks
Funkynassau
I suggest you learn to work with the basic tags first. For this you can use Notepad. Once you know what the basic tags do, and know what it takes to create a simple web page, move to an editor. It saves so much time as your web pages get more complex. Here are some free editors:

http://www.evrsoft.com/1stpage2.shtml
http://www.chami.com/html-kit/

You can just search download.com/google.com for "web editor", "html editor", "html gui", "html ide"

I've only tried a few free ones, but none compare to Dreamweaver or GoLive.
Check out my blog at http://www.shinylight.com for more stuff about web dev.
Reply With Quote Quick reply to this message  
Join Date: Feb 2004
Posts: 54
Reputation: alihamilton is an unknown quantity at this point 
Solved Threads: 0
alihamilton alihamilton is offline Offline
Junior Poster in Training

Re: how to upload Word doc with columns & graphics?

 
0
  #7
Feb 27th, 2004
Originally Posted by Roberdin
Alternatively provide it as a download on your site so that when opened it opens in the browser window.
This interests me...I have to develop a form which can be used on a website too. How do I provide it as a download on the site as you have suggested above. Please remember that I need lots of guidance and give simple instructions!
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 1,135
Reputation: samaru is just really nice samaru is just really nice samaru is just really nice samaru is just really nice 
Solved Threads: 6
Team Colleague
samaru's Avatar
samaru samaru is offline Offline
a.k.a inscissor

Re: how to upload Word doc with columns & graphics?

 
0
  #8
Feb 28th, 2004
Originally Posted by alihamilton
This interests me...I have to develop a form which can be used on a website too. How do I provide it as a download on the site as you have suggested above. Please remember that I need lots of guidance and give simple instructions!
If you just want the document for download, upload the document to your web server, and create a hyperlink to it. Make instructions to "right click and save as..."
Check out my blog at http://www.shinylight.com for more stuff about web dev.
Reply With Quote Quick reply to this message  
Join Date: Feb 2004
Posts: 54
Reputation: alihamilton is an unknown quantity at this point 
Solved Threads: 0
alihamilton alihamilton is offline Offline
Junior Poster in Training

Re: how to upload Word doc with columns & graphics?

 
0
  #9
Feb 28th, 2004
Thanks! I have often wondered how that was done...and it is so easy!! I learn something every day!
Reply With Quote Quick reply to this message  
Join Date: Jan 2004
Posts: 152
Reputation: floris has a spectacular aura about floris has a spectacular aura about 
Solved Threads: 2
floris's Avatar
floris floris is offline Offline
vBulletin.com Staff

Re: how to upload Word doc with columns & graphics?

 
0
  #10
Mar 1st, 2004
A word document saved as .html page results in a 500kb file.
Make this in any other html editor and the page results in a 100kb file.
It is amazing how many useless and none-working code is inserted to try and emulate the design.

Create a template and include the txt as a ServerSideInclude file.txt and have your stylesheet.css mark it up. And offer the .doc as alternative for download.

That would be the quickest way for a non-dynamic site to include text from third parties.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the Graphics and Multimedia Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC