Most browsers will show links by default in blue and visited links in purple. BOOOORING!!! That, and purple just doesn’t look good on some people ,But with a little bit of CSS, you can style your links any way you like. add this to your advance css section
a:link {color: #006600;} (green)
a:visited {color: #FF0000;} (red)
a:focus {color: #9933CC;} (purple)
a:hover {color: #000099;} (blue)
a:active {color: #FF9933;} (orange)
Thats its just hit save.
This is what each link does i guess you can change it to whatever,havent gotten that far yet
link – default (so your standard, never-clicked link)
visited link
focus – when tabbing with the keyboard
hover – when the curser moves over the link
active – the moment the link is clicked..
example ...yubasutterconnect.com
still working on it feedback is wanted thanks

Very helpful for the beginners. Great work solo.
Permalink Reply by solo on November 2, 2012 at 11:30am thanks B..im so a beginner ,thought i do a little sharing,lol
Permalink Reply by Chloe Prince on November 2, 2012 at 12:00pm 
Permalink Reply by solo on November 2, 2012 at 1:05pm thanks SP...here some more Chole,,
a:link { color: #006600; background: #CCFF99;}
a:visited { color: #FF0000; background: #ff6633; }
a:focus { color: #9933CC; background: #ffccff;}
a:hover { color: #000099; background: #ccffcc; }
a:active { color: #FF9933; background: #ffff00; }
Kos replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
soaringeagle replied to Alex's discussion 'More styling in the Design Studio'
soaringeagle replied to Alex's discussion 'More styling in the Design Studio'
Margie replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
soaringeagle replied to Alex's discussion 'More styling in the Design Studio'
Margie replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
Thiago Santos de Moraes replied to John Bizley's discussion 'Show Your Ning 3.0 Sites'© 2013 Created by Ning.
