leprkn
07-04-2003, 10:03 AM
is it possible to add specific link colors to a css?
if so how?
if so how?
|
Click to See Complete Forum and Search --> : those damn links! leprkn 07-04-2003, 10:03 AM is it possible to add specific link colors to a css? if so how? DaveSW 07-04-2003, 10:24 AM You mean like <style type="text/css"><!-- A:link {color:#06c; } A:visited {color: #06c; } A:active {color: #06c; } A:hover{color:#06c; } --></style> in your head section?? you can also add background:#ffc; etc etc etc hastx 07-05-2003, 09:41 AM Do you mean making some links different colors than others? Just make different classes a:link.othercolor {color:#...} <ahref="page.html" class="othercolor"> webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |