quote:
Originally posted by Reaper
OK, as the noob that I am, when I put the code in Dreamweaver, it displays the code as text instead of actually processing the code. (if you dont understand, look at my sight, and you will see the code).
You need to put:
code:
a{ border-bottom: 1px dashed #AAAAAA; } a:hover{ border-bottom: 0px; }
in your "style.css" file to make it work.