Friday, June 3, 2011

How to change a link to hide the URL and say something else?

Like i want to link someone to this page:



http://kevan.org/brain.cgi?MattyBoy007



But i want the link to say something like:

%26quot;Click here for a suprise%26quot;



I read other questions but some people say to edit the source code or something but i cant work out how to do this.











Thanks in advanceHow to change a link to hide the URL and say something else?%26lt;a href=%26quot;insert-link-here%26quot;%26gt;Click here for a surprise%26lt;/a%26gt;



Is that what you meant? Where 'Click here for a surprise' is the text you see and 'insert-link-here' is the link you go to.



Open angle bracket, 'a', space, href, equals sign, open-double-quotes, url/link, close-double-quotes, close angle bracket, type what you want people to see, open angle bracket, forward slash, 'a', close angle bracket.



Don't forget to have a look yourself to see how it works in use before you show other people.How to change a link to hide the URL and say something else?smtrodent, thank you very much. You are not aware, that i have been struggling to get this answer for 2 days. You have given me a timely help. Please visit my blog at www.1000problems-1medicine.blo?

Report Abuse

How to change a link to hide the URL and say something else?%26lt;a href=%26quot;http://kevan.org/brain.cgi?MattyBo?%26gt; Click here for a surprise %26lt;/a%26gt;How to change a link to hide the URL and say something else?%26lt;%a href=%26quot;%your mattyboy link%%26quot;%26gt; Click here for a surprise %26lt;%/a%26gt;



Copy and paste that whole thing. Take out the %How to change a link to hide the URL and say something else?These are all excellent answers, but where are you wanting to place this link? If it's on a your own webpage you're good. SOmetimes sites you visit will strip the HTML formatting and ruin your efforts.