Shattered Plastic
09-07-2004, 09:29 PM
I just wondered if it was possible to put letters or symbols around every link in a CSS code without having to put it in seperately for each one.
Like this:
.:link (http://www.frigidgraphics.tk):.
-|link (http://www.frigidgraphics.tk)|-
Here is the current code:
<style type="text/css">
td,p,body,div{font:8pt verdana;color:black;}
a,a:link,a:active,a:visited{color:black;font:8pt verdana;text-decoration:none}
a:hover{font:8pt verdana; color:blue;}
</style>
Like this:
.:link (http://www.frigidgraphics.tk):.
-|link (http://www.frigidgraphics.tk)|-
Here is the current code:
<style type="text/css">
td,p,body,div{font:8pt verdana;color:black;}
a,a:link,a:active,a:visited{color:black;font:8pt verdana;text-decoration:none}
a:hover{font:8pt verdana; color:blue;}
</style>