Page 1 of 1

hyperlink

Posted: Mon Nov 28, 2011 5:13 am
by kracey
How do you put a hyperlink on a site without the blue outline? When you use an HTML to show a picture on a website, there's a blue outline just like a normal hyperlink from a google search. How do you get rid of that outline? I've seen stuff like on youtube where there's a hyperlink that's a picture and clicking on it really works but there's no outline. How do you do that?
_______________________________
keyword research ~ keyword tool ~ keyword tracking ~ affiliate elite

Re: hyperlink

Posted: Mon Nov 28, 2011 5:30 am
by twinedev
in the <IMG tag.... BORDER="0"
or (and better way)
In css: border: none;