I have the following code: Fiddle
a {
color: #000;
text-decoration: none
}
<!- I want the link "JS Fiddle" to be not selectable. If I can't make it unselectable at least make it look like an image (select all the text at once)? -->
<a href="https://jsfiddle.net/">JS Fiddle</a>
<br>
<img draggable="false" src="http://i.imgur.com/qdYd7hK.png">
What I'm trying to achieve is make the link to look like an image in terms of selecting it.
"JS Fiddle" with the 1 blue selection like an image instead of for each character, like normal text.
The reason is because I wanna have a simple text (link) as it was the site's logo.