- From: David <julian37@ifrance.com>
- Date: Sun, 12 Oct 2003 15:56:03 +0200
- To: david@dorward.me.uk
- Cc: www-style@w3.org
> a[href] { /* internal style */ } > a[href^="http:"] { /* external style */ } > a[href^="http://www.kryogenix.org"] { /* internal style */ } > > ... or you can avoid absolute URLs for internal links (e.g. by going > relative to the root: href="/something/" Thank you Dave :-)
Received on Sunday, 12 October 2003 09:56:06 UTC