how can you do that thing where there is some underlined text and you click it and it's a link? i need to do one for my blog on myspace.
How can I make some text a link?
In HTML you can use the tag:
%26lt;a href="www.addresshere.com"%26gt;TEXT HERE%26lt;/a%26gt;
How can I make some text a link?
Use a href
http://www.w3schools.com/html/html_links...
How can I make some text a link?
%26lt;A HREF="www.thewebsite.com"%26gt;THE TEXT%26lt;/A%26gt;
Very simple really.
No comments:
Post a Comment