On 1/10/11 6:04 AM, Chris Bluemel wrote: > Hi folks > > I am in the process of creating a webpage using SeaMonkey. Usually I can > change the text colour very easily, but this does not seem to be the case > with a Link - I seem to have no control of the text colour for a link. When > I select a new colour, it is not applied, it just stays as it was. > > Anyone know a possible solution? > > Thanks > Chris Bluemel
If you use style sheets (CSS), you can set colors that are distinct for visited, unvisited, and about-to-be-visited links. See <http://www.w3.org/TR/REC-CSS1/#anchor-pseudo-classes>. However, your browser preferences must also allow Web pages to override your default colors. If you set the color for foreground (e.g., text, links), good design principles indicate you must also set the color for background. Furthermore, you must select colors with sufficient contrast to maintain readability. For example, do not try black text against a dark blue background. Also, remember some individuals are color-blind; do not try bright red text against a bright green background. And finally, do preserve the distinction between plain text and links and between visited and unvisited links. See: <http://www.anybrowser.org/campaign/abdesign2.html#color> <http://www.rossde.com/internet/web_design.html>, scrolling down to "Colors" -- David E. Ross <http://www.rossde.com/> On occasion, I might filter and ignore all newsgroup messages posted through GoogleGroups via Google's G2/1.0 user agent because of spam from that source. _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

