HighDots Forums  

Word HTML in Dreamweaver

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Word HTML in Dreamweaver in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Cuprik
 
Posts: n/a

Default Word HTML in Dreamweaver - 07-02-2004 , 10:22 AM






My client gives me tons of word documents. Word will save as html. But when
imported into Dreamweaver, it's a nightmare of code. You can clean it up
somewhat with Commands/Clean Up Word HTML, which does a lot of good, BUT I
am left with piles of elaborate <span> tags and tables that refuse to have
their widths cleared. (I select the table and choose Modify Table/Clear cell
widths - and nothing happens). Anyone know some great techniques? So far
it's faster to cut and paste and recreate the page than to slog through the
reformatting of the word html document.



Reply With Quote
  #2  
Old   
Dan Vendel *GOF*
 
Posts: n/a

Default Re: Word HTML in Dreamweaver - 07-02-2004 , 10:31 AM






Cuprik wrote:
Quote:
My client gives me tons of word documents. Word will save as html. But when
imported into Dreamweaver, it's a nightmare of code. You can clean it up
somewhat with Commands/Clean Up Word HTML, which does a lot of good, BUT I
am left with piles of elaborate <span> tags and tables that refuse to have
their widths cleared. (I select the table and choose Modify Table/Clear cell
widths - and nothing happens). Anyone know some great techniques? So far
it's faster to cut and paste and recreate the page than to slog through the
reformatting of the word html document.


Usually, you should save the Word doc "as html" or "for th web" or
whatever it says. Then open in DW and clean out. But my experience is
also that is leaves a lot to be desired.

Do this, then: Copy the content of the Word doc. Paste in WordPad (PC)
or TextEdit (Mac) and save as "plain text" (ACII). Then copy that and
paste into a DW doc (the page you're doing). All the formatting will
thereby be lost and you'll have a the actual text only. However, some
junk might still remain, e.g. "wrong" quotes, etc.

--
Dan Vendel - *GOF*
Contact: http://www.proformica.com/en/contact.shtml
Formmail tutorial: http://www.proformica.com/en/formmail_tutorial.shtml
Nested tables: http://www.proformica.com/en/nested_table_demo.shtml
SEO: http://www.proformica.com/en/search_...mization.shtml
SE Utility: http://www.proformica.com/en/advanced_web_ranking.shtml
Search Dreamweaver newsgroup: http://www.proformica.com/google.html


Reply With Quote
  #3  
Old   
Dan Vendel *GOF*
 
Posts: n/a

Default Re: Word HTML in Dreamweaver - 07-02-2004 , 10:41 AM



Dan Vendel *GOF* wrote:

Quote:
Usually, you should save the Word doc "as html" or "for th web" or
whatever it says. Then open in DW and clean out. But my experience is
also that is leaves a lot to be desired.

Do this, then: Copy the content of the Word doc. Paste in WordPad (PC)
or TextEdit (Mac) and save as "plain text" (ACII). Then copy that and
paste into a DW doc (the page you're doing). All the formatting will
thereby be lost and you'll have a the actual text only. However, some
junk might still remain, e.g. "wrong" quotes, etc.


PS: I think there's a way to save the Word doc "as text only" or
something that will clear out all formatting. If you can make your
client do this, you'll probably save time.

--
Dan Vendel - *GOF*
Contact: http://www.proformica.com/en/contact.shtml
Formmail tutorial: http://www.proformica.com/en/formmail_tutorial.shtml
Nested tables: http://www.proformica.com/en/nested_table_demo.shtml
SEO: http://www.proformica.com/en/search_...mization.shtml
SE Utility: http://www.proformica.com/en/advanced_web_ranking.shtml
Search Dreamweaver newsgroup: http://www.proformica.com/google.html


Reply With Quote
  #4  
Old   
Chip off the Ol'Proc
 
Posts: n/a

Default Re: Word HTML in Dreamweaver - 07-02-2004 , 10:45 AM



Do this, then: Copy the content of the Word doc. Paste in WordPad (PC)
Quote:
or TextEdit (Mac) and save as "plain text" (ACII).
No too many steps. I copy the word text and then switch to DW and then I
select Edit>>Paste Text

The same effect as using WordPad and it's only 1 step.
--
Chip off the Ol' Proc
(that's 'cessor, not 'tology)
www.1GoodReason.Com




Reply With Quote
  #5  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Word HTML in Dreamweaver - 07-02-2004 , 10:57 AM



DMX2004/PC can open a Word document directly (if it's not >150K, I believe),
by using FILE | Import > Word Document. It does a not too bad job of
sorting things out, and while the HTML is mighty clean, the text content is
not - it will need careful review to eliminate unwanted entity codes and
spacing issues.

Have you tried this?

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"Cuprik" <webforumuser (AT) macromedia (DOT) com> wrote

Quote:
My client gives me tons of word documents. Word will save as html. But
when
imported into Dreamweaver, it's a nightmare of code. You can clean it up
somewhat with Commands/Clean Up Word HTML, which does a lot of good, BUT I
am left with piles of elaborate <span> tags and tables that refuse to have
their widths cleared. (I select the table and choose Modify Table/Clear
cell
widths - and nothing happens). Anyone know some great techniques? So far
it's faster to cut and paste and recreate the page than to slog through
the
reformatting of the word html document.





Reply With Quote
  #6  
Old   
Dan Vendel *GOF*
 
Posts: n/a

Default Re: Word HTML in Dreamweaver - 07-02-2004 , 11:09 AM



Chip off the Ol'Proc wrote:


Quote:
No too many steps. I copy the word text and then switch to DW and then I
select Edit>>Paste Text

The same effect as using WordPad and it's only 1 step.
Didn't even know about that one.
Surely better.

--
Dan Vendel - *GOF*
Contact: http://www.proformica.com/en/contact.shtml
Formmail tutorial: http://www.proformica.com/en/formmail_tutorial.shtml
Nested tables: http://www.proformica.com/en/nested_table_demo.shtml
SEO: http://www.proformica.com/en/search_...mization.shtml
SE Utility: http://www.proformica.com/en/advanced_web_ranking.shtml
Search Dreamweaver newsgroup: http://www.proformica.com/google.html


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.