Posted by Dylan Parry on 06/26/06 13:06
Paul wrote:
> I seem to have odd dashes on my home page. 3 of them under the buttons
> to the left. They are not part of the images. confused. Any help
> please.
They are part of the link. It's because you have code like:
<a href="...">
<img ...>
</a>
And the underlines will disappear if you rewrite the code thusly:
<a href="..."><img ...></a>
--
Dylan Parry
http://webpageworkshop.co.uk -- FREE Web tutorials and references
Navigation:
[Reply to this message]
|