Status: offline

kilerb

Forum User
Regular Poster
Registered: 03/19/08
Posts: 119
Hi, I have a geeklog site that I use for comedians. I would like to put a link to the open mic rules somewhere. The link will be directed to another page of the same website. Can i put that right in the main story on the main page? Just typing it does not turn it into a link. Is there an html command I can put in a story? If not, where can i put a link and how is it done?

Thanks a lot!

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
If you're posting in text mode, the URLs are automatically made clickable. In HTML, mode you need to use HTML to make links:
Text Formatted Code
<a href="http://www.example.com/">Click here!</a>

bye, Dirk

Status: offline

kilerb

Forum User
Regular Poster
Registered: 03/19/08
Posts: 119
Quote by: Dirk

If you're posting in text mode, the URLs are automatically made clickable. In HTML, mode you need to use HTML to make links:

Text Formatted Code
<a href="http://www.example.com/">Click here!</a>

bye, Dirk



Thanks Dirk!