Stephen's Statements A little bit of everything from Stephen Duncan Jr, a Programmer/Web Geek working in the defense industry

Wednesday, January 19, 2005

Seeing rel="nofollow"

If you use Firefox and want to see if this new tag is getting used, add something like this to your userContent.css file:

a[rel="nofollow"] 
{
     text-decoration: line-through ! important;
     border: dotted thin gray ! important;
     color: gray ! important;
     background-color: white;
}

This will put a strike-through and a dotted border around the link text, and make the text gray with a white background.

Labels:

Comments:

This is a test link to show Blogger using rel="nofollow".

Ok. It looks like Blogger isn't using this yet, if at all. Of course, Blogger has always had their unique comment set up where links are proxied through Blogger. I wonder if they plan on changing their system at all...

Post a Comment