Hi,
I am working on a website and would like to use style sheets to help control the way the font, color, etc. look in a web browser.
I have created a style sheet on a page in the db and gave it a .css extension (and with "Treat Content as HTML"). I also added a link to the style sheet in the HTML head content section of the objects pane of one of the forms I want to use the style sheet on. When a document created by this form is viewed in a web browser I can see that the link to the style sheet has been added to the page header, however it seems that the style sheet is being ignored by Notes.
This form has few fields, all text type, default Sans Serif, size 10.
I have tried to override the HTML generated by Notes by using the HTML tab on the field properties box for each of the fields in my form, but this does nothing. Is this what this tab should be used for?? I can not find any documentation on what this tab is for...
Here is an example:
Page - myPageCSS.css
.subject {font-family: verdana, arial; font-size: 10pt; font-weight: bold; color: rgb(159,0,15)}
.description {font-family: verdana, arial; font-size: 7pt; color:rgb(159,0,15)}
a:link, a:visited, a:active {
text-decoration: underline; font-family: verdana, arial; font-size: 7pt; color: rgb(159,0,15) }
a:hover {text-decoration: underline; color: rgb(159,0,15);}
Form
HTMLHead: "<link rel=\'stylesheet\' href=\'myPageCSS.css\' type=\'text/css\'>"
Field1: <text, default sans serif, 10)
<HTML> tab:
class = titulo
Is there anyone who has experience using style sheets who could give me some hints here?
Thanks!
Renan

Problem using CSS and Forms (Renan Koeche 27.Sep.05)
. . 