Linking buttons

liunx

Guest
Hi everyone,<br />
<br />
My website design course is going well at college, as I now have a much better understanding of html in general.<br />
<br />
One thing I would like more information on is linking buttons. Sure, I know how to do it, but when I do, an annoying blue line appears around the button. This does not help when I have them all neatly placed inside a table. Is there anyway of getting rid of this blue line?<br />
<br />
Any help would be great, thanks.<br />
<br />
Steve<!--content-->there's probably a way in javascript, but it all depends on your browser and OS. The buttons in IE are different than the ones in mozilla.<br />
<br />
Or you could just make them images.<!--content--><a href=http://www.htmlforums.com/archive/index.php/"/path/file.ext" title="popup tooltip text"><img src="/path/file.ext" alt="some text here" height="10" width="20" border="0"></a><!--content-->The buttons I am using I made in Adobe photoshop elements 2. When I put the links on them, a blue line appeard around the buttons.<br />
<br />
Can the blue line be taken off in some way?<!--content-->if you are using dreamweaver... you may use the "navagatoin bar" feature... that eliminates the blue lines, and also includes rollovers for all your buttons.<!--content-->Originally posted by giz <br />
<a href=http://www.htmlforums.com/archive/index.php/"/path/file.ext" title="popup tooltip text"><img src="/path/file.ext" alt="some text here" height="10" width="20" border="0"></a> <br />
<br />
Did you even try giz's suggestion?<br />
<br />
....Willy<!--content-->Originally posted by giz <br />
<a href=http://www.htmlforums.com/archive/index.php/"/path/file.ext" title="popup tooltip text"><img src="/path/file.ext" alt="some text here" height="10" width="20" border="0"></a> <br />
<br />
/added<br />
DOH!!! ^ u beat me to it! :o<!--content-->
 
Back
Top