Quote:
Originally posted by Paul P
Code:
<STYLE><!--
a:link img{
border-color: #0099ff;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}
a:active img{
border-color: #000000;
border-style: dashed;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}
a:visited img{
border-color: #0099ff;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}
a:hover img{
border-color: #000000;
border-style: dashed;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}
--></STYLE>
put something like that in your head section
|
I can work with that thanks