No subject


Wed May 18 14:54:51 EDT 2005


>From tdowling at ohiolink.edu  Wed Feb 10 09:20:53 1999
Received: from ohiolink.ohiolink.edu (ohiolink.ohiolink.edu [198.30.120.10])
	by sunsite.Berkeley.EDU (8.9.0.Beta5/8.9.0.Beta5) with ESMTP id JAA18867
	for <web4lib at webjunction.org>; Wed, 10 Feb 1999 09:20:52 -0800 (PST)
Received: from maroon (maroon.ohiolink.edu [192.153.30.113])
	by ohiolink.ohiolink.edu (8.9.1/8.9.1) with SMTP id MAA22116;
	Wed, 10 Feb 1999 12:26:51 -0500 (EST)
Message-ID: <002501be5519$bba5c820$711e99c0 at ohiolink.edu>
From: "Thomas Dowling" <tdowling at ohiolink.edu>
To: <Jeaton at lbs.ac.uk>,
        "Multiple recipients of list" <web4lib at webjunction.org>
Subject: Re: [WEB4LIB] Control over changing colours of links on page
Date: Wed, 10 Feb 1999 12:20:09 -0500
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.0810.800
X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.0810.800

This is a textbook case for the application of stylesheets.

<html><head><title>Test</title><style type="text/css"><!--
BODY {
  background: white;
  color: black;
  }
A {
  background: white;
  color: blue;
  }
A:visited {
  background: white;
  color: navy;
  }
A:active {
  background: white;
  color: purple;
  }

A.hilight {
  background: maroon;
  color: yellow;
  }
A.hilight:visited {
  background: maroon;
  color: silver;
  }
A.hilight:active {
  background: silver;
  color: maroon;
  }
--></style></head><body>
<p><a href="somewhere.html">Go Somewhere</a></p>
<p><a class="hilight" href="elsewhere.html">Go Elsewhere</a></p>
<p>These two links will have different appearances in a CSS-enabled
browser</p>
</body></html>


Thomas Dowling
OhioLINK - Ohio Library and Information Network
tdowling at ohiolink.edu


----- Original Message -----
From: Jonathan Eaton <Jeaton at lbs.ac.uk>
To: Multiple recipients of list <web4lib at webjunction.org>
Sent: Wednesday, February 10, 1999 11:42 AM
Subject: [WEB4LIB] Control over changing colours of links on page


>[Posted on behalf of a colleague who is not a subscriber to WEB4LIB. Any
>help anyone can give with the following would be most welcomed.  Thanks
>in advance. ]
>
>"I would like to know a general way to change the colour of links on a
>HTML page. Currently, I set the value of all of the links via
>ALINK/VLINK/LINK statements in the body, which obviously defines the
>colours of the links for the page. But I would like one of my links on
>the page to override these settings with it's own. Does anyone know how
>to do this?
>
>I have heard that if you do:
>
><A href="..."><Font color="#ffffff"> link name </Font></A>
>
>this works in Internet explorer - I haven't managed to get IE to do
>this, and besides that, I need it to work in all browsers and not just
>IE."
>
>
>=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>Jonathan Eaton
>
>Electronic Resources Manager
>London Business School
>Sussex Place
>Regent's Park
>London
>NW1 4SA
>
>tel. +44 (0) 171 262 5050 x 4238
>fax. +44 (0) 171 706 1897
>=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>
>
>



More information about the Web4lib mailing list