SecurID: How to use Cascading Style Sheets with ACE/Agent for Windows 'ACECLNT' templates
2 years ago
Originally Published: 2002-11-05
Article Number
000056025
Applies To
RSA ACE/Server 5.0.1 (no longer supported as of 8-15-2004)
Microsoft Windows 2000 Advanced Server SP2
Issue
SecurID: How to use Cascading Style Sheets with ACE/Agent for Windows "ACECLNT" templates
When editing the ACE/Agent 5.0 for Windows "ACECLNT" templates, Cascading Style Sheets (*.css) do not work. Are they supported, and if so, what is an example of the tag?
Cause
Not all Web browsers can handle Cascading Style Sheets (*.css). Check your browser settings to verify it accepts Cascading Style Sheets (*.css) references and usage.
Resolution
Cascading Style Sheets (*.css) are supported when modifying the ACECLNT templates. However, you must use absolute URL's when defining the path to the *.css reference; you cannot use relative URL's.

Examples of each are:

Relative URL   - <LINK href="cts.css" rel="stylesheet" type="text/css">
Absolute URL  - <LINK href="http:///foo/userA/cts.css" rel="stylesheet" type="text/css">

Verify the CSS reference works by specifying the full path URL to the *.css file without the ACE/Agent variable.