Thread: HTML questions
View Single Post
Old 03-11-2002, 04:33 AM   #3
LennonCook
Jack Burton
 

Join Date: November 10, 2001
Location: Bathurst & Orange, in constant flux
Age: 38
Posts: 5,452
To make a link, (such as this)

Use this code, replacing { and } with < and > respetively:

{a href="URL"}Text here{/a}

or if you want it to open in a new window:
{a href="URL" target="_BLANK"}Text here{/a}

This coding will work not only at forums, but on any website you are building. [img]smile.gif[/img]
LennonCook is offline