Hello, I basically trying to erase the underline on the websitelink. I have this :
style.css
#newlink a:link{font-color:blue; list-style:none;}
weblink.php
<div id="newlink"><a href="http://www.website.com">www.website.com</a></div>
What else should I edit? The weblink is still underline and the font color still does not change.