Many thanks, James
Severin

On 25/09/2009, at 1:37 PM, James Devenish wrote:


Hi Severin,

2009/9/25 Severin Crisp <sevcr...@westnet.com.au>:
In Explorer Preferences the colours for Read and Unread links can be
changed. I can find no such item in Safari or Firefox. Are they hidden
somewhere?

Safari supports this through Style Sheet (in Advanced Preferences). If
you create your own CSS file, Safari can be told to use it. However,
according to the rules of CSS, your CSS file is not the most
important. If you want to make it important, you need to designate the
rules as follows. Put it into a text file (e.g., severin.txt or
severin.css) and tell Safari to use that file. In the example below,
'a' stands for 'anchor', which is how links are done in HTML. You can
then specify styles and colours using US spelling:

a { color: green !important; }
a:visited { color: yellow !important; }

James


-- The WA Macintosh User Group Mailing List --
Archives - <http://www.wamug.org.au/mailinglist/archives.shtml>
Guidelines - <http://www.wamug.org.au/mailinglist/guidelines.shtml>
Unsubscribe - <mailto:wamug-unsubscr...@wamug.org.au>


________________________________________________________
                   Assoc Professor R Severin Crisp, FIP, CPhys, FAIP
       15 Thomas St, Mount Clarence, Albany, 6330, Western Australia.
                    Phone  (08) 9842 1950   (Int'l +61 8 9842 1950)
                            email  mailto:sevcr...@westnet.com.au
________________________________________________________




-- The WA Macintosh User Group Mailing List --
Archives - <http://www.wamug.org.au/mailinglist/archives.shtml>
Guidelines - <http://www.wamug.org.au/mailinglist/guidelines.shtml>
Unsubscribe - <mailto:wamug-unsubscr...@wamug.org.au>