N Nsane New member Oct 12, 2009 #1 I want to know how to post a link that will say "DO NOT CLICK HERE" for example you would see "DO NOT CLICK HERE" and when you click the link it would go to a specific website... does anyone know how?
I want to know how to post a link that will say "DO NOT CLICK HERE" for example you would see "DO NOT CLICK HERE" and when you click the link it would go to a specific website... does anyone know how?
S Stephen Active member Oct 12, 2009 #3 Use this format: <a href="www.linkhere.com">DO NOT CLICK HERE</a> Hope that helps!
B Bruno New member Oct 12, 2009 #4 <a href="http://www.yahoo.com">DO NOT CLICK HERE</a> If you want it to open in a new window: <a href="http://www.yahoo.com" target="_blank">DO NOT CLICK HERE</a>
<a href="http://www.yahoo.com">DO NOT CLICK HERE</a> If you want it to open in a new window: <a href="http://www.yahoo.com" target="_blank">DO NOT CLICK HERE</a>