ID:176998
 
I need to know how to place a link by text, I know the basics of HTML ... also I need to know how to add pics to text. (Im kinda an HTML noob ;p )

I quote RaeKwon

If you wish to have a link on your site, try this.
<a href=http://www.byond.com>BYOND!</a>

Don't forget you have to have http:// after href= at all times.

No problems, BYOND is the link, and it likes to the website next to it, so if you change it to Maz it would be
 <a href=http://www.byond.com>Maz</a> 
now you would click on the word Maz to get to byond.
Hope that helps