You can insert the full contents of a Microsoft Word or Excel document in a new or existing web page. When you import a Word or Excel document, Dreamweaver receives the converted HTML and inserts it into your web page. The files size, after Dreamweaver receives the converted HTML, must be less than 300K.
TIP |
|
Instead of importing the entire contents of a file, you can also paste portions of a Word document and preserve the formatting. For more information, see Adding text to a document. |
NOTE |
|
If you use Microsoft Office 97, you cannot import the contents of a Word or Excel document; you must insert a link to the document. For information, see Inserting a link to a Word or Excel document. |
The formatting options are as follows:
Text Only lets you insert unformatted text. If the original text is formatted, all formatting will be removed.
Text with Structure lets you insert text that retains structure, but does not retain basic formatting. For example, you can paste text and retain the structure of paragraphs, lists, and tables, without retaining bold, italics, and other formatting.
Text with Structure Plus Basic Formatting lets you insert both structured and simple HTML-formatted text (e.g., paragraphs and tables, as well as text formatted with the b
, i
, u
, strong
, em
, hr
, abbr
, or acronym
tag).
Text with Structure Plus Full Formatting lets you insert text that retains all structure, HTML formatting, and CSS styles.
Clean Up Word Paragraph Spacing lets you eliminate extra space between paragraphs when you paste your text if you selected Text with Structure or Basic Formatting.
The contents of the Word or Excel document appear in your page.