if you are linking to an external css file , make sure to include both the rel atttribute , and the type..
<link rel="stylesheet" type="text/css" href="myUrl" />
In my standard_html_header I have: <link HREF="<dtml-var BASE2>/styles/global.css" rel="stylesheet" type="text/css">
- if you are adding them inline , remember the type-declaration : <style type="text/css"> </style>
I have these added to my CSS now but it still isn't having any effect. ------------------------------------------------- Craig Stoddart IT Software Development Officer Dundee City Council IT Division Northern College Technical Block Gardyne Road Dundee DD5 1NY Phone: 01382 438170 Fax: 01382 438002 E-mail: craig.stoddart@dundeecity.gov.uk -------------------------------------------------