Jutta Wrage:

I know, that there is some bad usage of a tags on the debian pages.

That's not really bad usage (although using the "id" attribute on the <h2> would have been better). What was bad was the CSS assuming that "a" is a link. I fixed that the other day.


The CSS now reads:

 :link { color: #0000FF; }
 :link:visited { color: #800080; }
 :link:active { color: #FF0000; }
 :link:hover { color: #F000FF; }

which fixes the problem.

--
\\//
Peter - http://www.softwolves.pp.se/
  I do not read or respond to mail with HTML attachments.


-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Reply via email to