How do I make a sentece linkable

amirosu

New Member
I would like to make a portion of a sentence linkable to my website. When I post an ad on Craigslist, they don't have an option to create a link. Therefore, I would have to use a keyboard command like to cut and paste. I just can't figure out what command makes a sentence linkable. I appreciate the help.
 
I would like to make a portion of a sentence linkable to my website. When I post an ad on Craigslist, they don't have an option to create a link. Therefore, I would have to use a keyboard command like to cut and paste. I just can't figure out what command makes a sentence linkable. I appreciate the help.

PHP:
[URL="http://link.com"]TEXT[/URL]

Here we just use that ^, try that if that doesn't work, I am sure someone with experience will help.

Cause I have no idea what "Craigslist" is lol. I am guessing a forum or something.

Tuffie.
 
Code:
<a href="INSERT LINK HERE"> INSERT SENTENCE HERE </a>

You would use HTML in Craigslist.
 
Back
Top