Forums
This topic is locked
Dottet Lines Around Graphics
Posted 17 Oct 2002 17:06:13
1
has voted
17 Oct 2002 17:06:13 Colin Solloway posted:
When you click on a graphic link in a web page you get an annoying dotted-line box around the object. How can I build my website so this does not happen on published pages?Many thanks.
Colin.
Replies
Replied 17 Oct 2002 19:38:21
17 Oct 2002 19:38:21 Captain FatNutZ replied:
if the graphic is a link, insert the following into the <a>...
onFocus="blur();"
this well eliminate the outline one see when clicking on the graphic, works for test links as well... and its great for imagemaps.
Edited by - fatnutz on 17 Oct 2002 19:40:22
onFocus="blur();"
this well eliminate the outline one see when clicking on the graphic, works for test links as well... and its great for imagemaps.
Edited by - fatnutz on 17 Oct 2002 19:40:22
Replied 17 Oct 2002 22:51:32
17 Oct 2002 22:51:32 Colin Solloway replied:
Thanks Fatnutz,
But can you be more specific. What do you mean by the <a>... Can you give an example.
Sorry to be a bit slow, but I am a beginner at HTML etc.
Thanks.
Colin.
But can you be more specific. What do you mean by the <a>... Can you give an example.
Sorry to be a bit slow, but I am a beginner at HTML etc.
Thanks.
Colin.
Replied 18 Oct 2002 21:05:11
18 Oct 2002 21:05:11 Captain FatNutZ replied:
<a> is an anchor tag. when you see thest that is a link, it is inside an anchor tag.
example:
<pre id=code><font face=courier size=2 id=code><a href="somepage.htm">Click here</a> </font id=code></pre id=code>
========================
Captain FatNutZ
example:
<pre id=code><font face=courier size=2 id=code><a href="somepage.htm">Click here</a> </font id=code></pre id=code>
========================
Captain FatNutZ
Replied 18 Oct 2002 23:04:47
18 Oct 2002 23:04:47 Colin Solloway replied:
I have tried it and it works. Great!
Thanks a lot.
Colin.
Thanks a lot.
Colin.
Replied 20 Oct 2002 18:40:45
20 Oct 2002 18:40:45 Alexandro Colorado replied:
I think I had a similar problem back when I was using FrontPage (brrr... got the chills) The reason is simple, you might have a border. Check your CSS or HTML code to see if thats the case.