Forum Moderators: open
<!-- FREE code from WWW.SOMESITE.NET, LLC
A:link{
color:#999999;
text-decoration:none;
}
A:hover{
color:#000066;
text-decoration:none;
}
A:visit{
text-decoration:none;
}
//-->
Also i have some other links on one of my pages that needs to have a different colour. how do i do that? Is there an easy way to do it in dreamweaver?
[edited by: Nick_W at 6:32 pm (utc) on Mar. 4, 2003]
1. copy and paste the cody into a new file and save it as
a putyourfilenamehere.css file. In the head of the document reference the file.
<LINK REL=stylesheet HREF="putyourfilenamehere.css" TYPE="text/css"> Of course remove the code from the html file.
2. Click Text, and go to CSS Styles and click edit. It will have you save the file as a .css file.