|
jaybee -> RE: paste a word.doc onto a new blank web page and keep all the format (2/28/2008 7:04:04)
|
A Word document is exactly that, a Word document. It isn't a web page. The browsers expect a web page so if you just copy and paste you'll get mountains of crud in the code and most browsers won't have a clue what to do with it. IE5 and 6 can probably make a decent stab at rendering it but IE7 won't and Firefox, Opera et al definitely won't. The way round it: 1. Make a proper web page containing the information, do not copy and paste unless you paste into Notepad first and then into the page. You need to REMOVE all the formatting from Word and rebuild in HTML using FP. 2. Just upload the .doc file and make a link to it so people can download it. 3. Convert it to a PDF file, upload it and make a link to it.
|
|
|
|