re
You can also change the color of a hyperlink by any of the following methods:
1. In Frontpage Page View, highlight the hyperlink and select a font color.
2. In HTML View, place a pair of font tags immediately inside of the anchor tag pair, but still encompassing the anchor text. This isn't -technically- correct HTML, but works just fine in most browsers.
3. Set up a CSS Stylesheet to define link formatting. This is my preferred method.
|