Hi,
I know that I can set atributes for links using CSS, this example sets color and text decoration
a
{ color: #2e6e15; text-decoration: none;
}
How can I set two classes of links like that?
1. One having atributes color: #2e6e15; text-decoration: none;
I think that the atribute 'follow' is implicit.
2. Second having the same color: #2e6e15; text-decoration: none;
plus 'nofollow' atribute
If it is possible, please let me know how and how to define each class when I build html code.
I know I can use <a href="http ...." rel="nofollow">, but I'd like to use CSS.
Advanced thanks
Interval
Are you a Google Analytics enthusiast?
Share and download Custom Google Analytics Reports, dashboards and advanced segments--for FREE!

www.CustomReportSharing.com
From the folks who brought you High Rankings!
More SEO Content
International SEM | Social Media | Search Friendly Design | SEO | Paid Search / PPC | Seminars | Forum Threads | Q&A | Copywriting | Keyword Research | Web Analytics / Conversions | Blogging | Dynamic Sites | Linking | SEO Services | Site Architecture | Search Engine Spam | Wrap-ups | Business Issues | HRA Questions | Online Courses
Nofollow Atribute
Started by
interval
, Nov 25 2007 11:19 PM
3 replies to this topic
#1
Posted 25 November 2007 - 11:19 PM
#2
Posted 25 November 2007 - 11:48 PM
No follow is not possible with CSS (if I'm wrong educate me
)
#3
Posted 26 November 2007 - 05:39 AM
QUOTE
I know that I can set atributes for links using CSS
Actually you can't.
You can ONLY set the style attribute properties and values using CSS.
#4
Posted 26 November 2007 - 05:42 AM
and while I think on 
nofollow is NOT an attribute, it is a value of the rel (relationship) attribute.
nofollow is NOT an attribute, it is a value of the rel (relationship) attribute.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users








