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=%26quot;url%26quot;%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=%26quot;http://www.yahoo.com%26quot;%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.How do I change a website link url into a one word link?In html this is done using an %26quot;anchor%26quot; (a) tag.
%26lt;a href=%26quot;http://www.yahoo.com/%26quot;%26gt;Yahoo%26lt;/a%26gt;
How do I change a website link url into a one word link?You mean in HTML?
If so:
%26lt;a href=%26quot;http://www.yahoo.com%26quot;%26gt; www.yahoo.com %26lt;/a%26gt;
will show up as
www.yahoo.com
%26lt;a href=%26quot;http://www.yahoo.com%26quot;%26gt;Yahoo!%26lt;/a%26gt;
will show up as
Yahoo!
See the difference.
Did this help?How do I change a website link url into a one word link?Just put META TAG on your code.