Tuesday, May 31, 2011

How do I change a website link url into a one word link?

How do I change a websiste link, for example www.yahoo.com, into the word ';Yahoo'; that you can click on and still get to www.yahoo.com?



Please help! How do I change a website link url into a one word link?
where?

if you can write html code, it is

%26lt;a href=';url';%26gt;name%26lt;/a%26gt;

if not... bbcode? if no bbcode... maybe you can't

How do I change a website link url into a one word link?
Assuming you are talking about writing HTML:



%26lt;a href=';http://www.yahoo.com';%26gt;Yahoo!%26lt;/a%26gt;.



If you are talking about writing on a forum such as Yahoo! Answers - then it depends on the forum. In the case of Yahoo! Answers, it is impossible.
In html this is done using an ';anchor'; (a) tag.



%26lt;a href=';http://www.yahoo.com/';%26gt;Yahoo%26lt;/a%26gt;


You mean in HTML?



If so:

%26lt;a href=';http://www.yahoo.com';%26gt; www.yahoo.com %26lt;/a%26gt;

will show up as

www.yahoo.com



%26lt;a href=';http://www.yahoo.com';%26gt;Yahoo!%26lt;/a%26gt;

will show up as

Yahoo!



See the difference.



Did this help?
Just put META TAG on your code.

No comments:

Post a Comment