Friday, June 3, 2011

How do you change the name of a link? If you dont understand please look inside?

I wanna know how to change a link, let's say...%26quot;www.Yahooanswers.com%26quot; and change its name to %26quot;yahoo%26quot; so when a person sees it it says %26quot;yahoo%26quot; and when they click it it goes to %26quot;yahooanswers.com%26quot;. If u dont understand it please IM me I really need the answer to this question. thanks!How do you change the name of a link? If you dont understand please look inside?If its a link from your website the code you would use would be similar to this:



%26lt;a href=%26quot;http://yahooanswers.com%26quot;%26gt;yahoo%26lt;/a%26gt;How do you change the name of a link? If you dont understand please look inside?Your code would be :



%26lt;a href=%26quot;www.Yahooanswers.com%26quot;%26gt;yahoo%26lt;/a%26gt;



what will show on the page is %26quot;yahoo%26quot; - %26lt;a href etc creates the link.