Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: Verso on January 29, 2009, 11:39:45 AM

Title: Add an URL to a forum description
Post by: Verso on January 29, 2009, 11:39:45 AM
I want to add an URL to one of my forum descriptions. How can I do this to make it clickable?

To see what I mean click the link and look for EXTREME SPORTS. The description field has a link to the sponsors' website but it isn't clickable.

http://www.suffolksportsforum.co.uk
Title: Re: Add an URL to a forum description
Post by: karlbenson on January 29, 2009, 11:48:00 AM
Use html

<a href="{URL}">{title}</a>

replace {url} and {title} with your url and title
Title: Re: Add an URL to a forum description
Post by: Verso on January 29, 2009, 11:52:03 AM
Many thanks