hyperlink

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
kracey
Forum Newbie
Posts: 2
Joined: Thu Jun 10, 2010 2:32 am

hyperlink

Post 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
Last edited by kracey on Wed Nov 30, 2011 12:54 am, edited 1 time in total.
User avatar
twinedev
Forum Regular
Posts: 984
Joined: Tue Sep 28, 2010 11:41 am
Location: Columbus, Ohio

Re: hyperlink

Post by twinedev »

in the <IMG tag.... BORDER="0"
or (and better way)
In css: border: none;
Post Reply