opethian posted this at 23:07 — 1st December 1999.
They have: 4 posts
Joined: Nov 1999
How do I disable the dotted line that is around image links that are clickable? Thanx in advance
cds posted this at 02:25 — 2nd December 1999.
They have: 359 posts
Joined: Mar 1999
dotted line? have seen a solid line around them. If that is the case, just put border="0" somewhere in your img tag
<a href="link url here"><img src="graphic.gif" width="xxx" height="xx" border="0"></a>
------------------ Dan CDS Web Design
Dan Recycle Video Games Network
Stupidity killed the cat, curiosity was framed!
Ian posted this at 02:56 — 2nd December 1999.
They have: 67 posts
Joined: Aug 1999
Hi, you can disable that by using the focus function in your link. eg, <a href="http://your-page.html" onclick="window.focus()">your link</a>
Ian
Webmaster A1 JavaScripts A1 JavaScripts Web Development - Big Resources Inc BIG Resources.com
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.
cds posted this at 02:25 — 2nd December 1999.
They have: 359 posts
Joined: Mar 1999
dotted line? have seen a solid line around them. If that is the case, just put border="0" somewhere in your img tag
<a href="link url here"><img src="graphic.gif" width="xxx" height="xx" border="0"></a>
------------------
Dan
CDS Web Design
Dan
Recycle Video Games Network
Stupidity killed the cat, curiosity was framed!
Ian posted this at 02:56 — 2nd December 1999.
They have: 67 posts
Joined: Aug 1999
Hi,
you can disable that by using the focus function in your link.
eg,
<a href="http://your-page.html" onclick="window.focus()">your link</a>
Ian
Webmaster A1 JavaScripts
A1 JavaScripts
Web Development - Big Resources Inc
BIG Resources.com
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.