
336
Part II
Designing and Crafting Basic Pages
Option Description
Convert size [7-1] to
Specifies which tag, if any, is substituted for a <font size=n> tag. Options are:
<h1> through <h6>
<font size=1> through <font size=7>
Default size
Don’t change
Detailed Options for Word 2000 and newer
Remove Word
specific markup
Enables the general clean-up of Word-inserted tags
XML from <html> tag
Deletes the Word-generated XML from the <html> tag
Word meta and link
tags from <head>
Specifically enables Dreamweaver to remove Word-specific <meta> and <link>
tags from the <head> section of a document
Word XML markup Enables the general clean-up of Word-inserted XML tags
<![if…]><![endif]>
conditional tags and
their contents
Removes all conditional statements and their contents
Remove empty
paragraphs and
margins from styles
Deletes <p> tags without a closing </p>, empty <p></p> pairs, and styles tags
including margin attributes—for example, style=’margin-top:0in’
Clean up CSS Enables the general clean-up of Word-inserted CSS tags
Remove inline CSS
styles when possible
Deletes redundant information in nested styles
Remove any style
property that starts
with “mso”
Eliminates Microsoft Office (mso) specific attributes
Remove any non-CSS
style declaration
Deletes nonstandard style declarations
Remove all CSS styles
from table rows and
cells
Eliminates style information from <table>, <tr>, and <td> tags
Styling Your ...