ID:176998
![]() Nov 21 2002, 7:52 pm (Edited on Nov 21 2002, 7:58 pm)
|
|
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 )
|
Copyright © 2025 BYOND Software.
All rights reserved.
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>
Hope that helps