Inserting and Formatting Text > Converting CSS styles to HTML tags > CSS to HTML markup conversion table

 

CSS to HTML markup conversion table

The CSS attributes listed in the following table are converted to HTML markup with the File > Convert > 3.0 Browser Compatible command. (See Converting CSS styles to HTML tags.) Attributes not listed in the table are removed.
CSS attribute Converted to

color

FONT COLOR

font-family

FONT FACE

font-size

FONT SIZE="[1-7]"

font-style: oblique

I

font-style: italic

I

font-weight

B

list-style-type: square

UL TYPE="square"

list-style-type: circle

UL TYPE="circle"

list-style-type: disc

UL TYPE="disc"

list-style-type: upper-roman

OL TYPE="I"

list-style-type: lower-roman

OL TYPE="i"

list-style-type: upper-alpha

OL TYPE="A"

list-style-type: lower-alpha

OL TYPE="a"

list-style

UL or OL with TYPE as appropriate

text-align

P ALIGN or DIV ALIGN as appropriate

text-decoration: underline

U

text-decoration: line-through

STRIKE