CSS: Notes Client & Tables

I am working on some forms which I wish to apply CSS to, for use within the Notes client.

I understand the CSS support is limited, and that I either have to use HTML inline styles OR CSS assignments for each element.

I have chosen to embed a shared CSS resource and used the HTML tab (last tab in properties) of some tables.

I have 2 questions regarding this:

  1. Is it possible to control the width of the table using CSS? I have used it to modify the border and background already

  2. In general, Notes only seems to allow you to assign a class to something, not an element. If my CSS file had an element h1{font-size:12pt;}, I couldn’t assign the h1 element using the html properties of the element, or am I missing something?

Thanks