How to Make a Link Unclickable
Posted in Internet n Learning by admin on 2010-03-31 @ 20:39:37
“Internet” and “Links” relationship is there since internet came into being and hopefully will lasts forever. Links are quick and easy way to move around pages and websites with just click of the mouse. It’s very simple to create a clickable link with the help of HTML < a > tag, but other way around someone might wonder; how to make a link unclickable? In this brief tutorial we are going to show you, how to create a non clickable link.
You might familiar with < a > tag, it goes like this
< a href=”website URL”>Some Text< /a >
To make a non-clickable link to use onclick event like this
< a href=”website URL” onclick="return false" >Some Text< /a >
Done! Isn’t it simple?
Now try yourself and do something unorthodox on your website.
What's More
Comments
No comments yet! Be first to comment
What's New
2011-12-02 @ 04:58:08
2011-12-02 @ 04:57:03
2011-12-02 @ 04:56:12
2011-12-02 @ 04:55:11
2011-11-30 @ 11:22:05
2011-11-30 @ 11:19:51
2011-11-30 @ 11:18:48
2011-11-30 @ 11:17:43
2011-11-30 @ 11:16:28
2011-11-25 @ 11:54:42