why am i getting a blue border around my image? i've tried text-decoration:none, but it doesn't seem to work. what am i doing wrong?
here is my code and the page <!-- m --><a class="postlink" href="http://fatbottoms.atspace.com/brindex.html">http://fatbottoms.atspace.com/brindex.html</a><!-- m -->
(the link is at the bottom of the page)
div.pokey a { margin-left:242px; border: 2px ridge #00FFFF;
width: 468px; text-deocoration: none; }
<body>
<div class="pokey">
<a href=http://www.webdeveloper.com/forum/archive/index.php/"index.html"><img src= "pokeysignature.gif"></a>
</div>Put this up the top of your CSS
img {border-style: none;}
and tell me if that makes a differencethat did the trick. thanks for replying.
here is my code and the page <!-- m --><a class="postlink" href="http://fatbottoms.atspace.com/brindex.html">http://fatbottoms.atspace.com/brindex.html</a><!-- m -->
(the link is at the bottom of the page)
div.pokey a { margin-left:242px; border: 2px ridge #00FFFF;
width: 468px; text-deocoration: none; }
<body>
<div class="pokey">
<a href=http://www.webdeveloper.com/forum/archive/index.php/"index.html"><img src= "pokeysignature.gif"></a>
</div>Put this up the top of your CSS
img {border-style: none;}
and tell me if that makes a differencethat did the trick. thanks for replying.