Your links should be correct now Tom.
The controls are gone for link color from editpage, but you can still control them (even moreso now) in the style sheet (which you can edit on [editpage].)
The format is:
A {color: #xxxxxx;}
where xxxxxx is the six digit hexadecimal color code. See here for details on these codes.
You can also include these lines in style sheet:
A:visited {color: #xxxxxx;}
to set the color of visited links.
A:hover {color: #xxxxxx;}
to set the color of links that are being moused over.
Note the ending semicolon before the closing curly bracket.
|
The controls are gone for link color from editpage, but you can still control them (even moreso now) in the style sheet (which you can edit on [editpage].)
The format is:
A {color: #xxxxxx;}
where xxxxxx is the six digit hexadecimal color code. See here for details on these codes.
You can also include these lines in style sheet:
A:visited {color: #xxxxxx;}
to set the color of visited links.
A:hover {color: #xxxxxx;}
to set the color of links that are being moused over.
Note the ending semicolon before the closing curly bracket.
- jim 4-29-2002 12:08 am