How to use style and css table cell properties

Id like to clean up some passthru html referencing inline CSS styles and some CSS classes.

Of course it is applied within tables. The passthru works fine, but when I try using the HTML table cell properties and set the style or the class to match my CSS - it ignores it.

On HTML cell tag properties I have clas and style set to : “ixblackb”

my css code for ixblackb is:

.ixblackb {font-style: normal;

	font-variant: normal; 

	font-weight: bold; 

	font-size: 9pt;

	font-family: arial, helvetica, sans-serif; 

	color: #000000} 

The HTML output is:

@import url(/NewMidco.nsf/claimsstyles.css?OpenCssResource);


Today's Cafeteria Menu
Soup : Cream Of Potato
Entree: Chili Mac. $2.50
On the Grill: Ham -N- Cheese Melt $2.50
Pizza: Pan

however i think this forum takes out some of the formatting but hopefully you get the idea.

the inline passthru html css works, but id like to really use this other method if possible…

am i doing something wrong?

The physical output rendered appears to be avbout a 12 point font. The color and decoration/hover etc., styles out right but the font size is all wrong…

Subject: solved

removing the quotations around my stylenames withint he html table tag cell properties fixed the problem.

Subject: How to use style and css table cell properties

Don’t use quotation marks in the properties dialog – when you type a ", it turns into " in the rendered version in the attribute. Domino already puts the quotes in, so if you add them, it views what you added as data meant for the attribute’s value.