Many times we want to post a link to a web page. In some cases those links are very long. There is a way of shortening the text in the link. It is covered in the help file, but is not very clear. Here's a bit better description...
For example, I want to post a link to a square drive bit at Lowes. Here's what the "raw" link looks like:http://www.lowes.com/lowes/lkn?action=productDetail&productId=177822-353-SQ3102&lpage=none
And here's what the link looks like with a very short description: #3 Square Drive Bit
Better? I think so.
To show a short description, just use this format for typing in a link:
For the "#3 Square Drive Bit" link shown above, the code would be:
Here's the details... A "descriptive" link is composed of three sections:
- The URL portion (in red)
- The Description portion (in green)
- The Close URL portion (in blue)
[ URL ] Description [ close URL ]
So the URL portion is an open left square bracket plus "url=" plus the target link plus a close right square bracket. E.g., the link to Festool USA would be: [url=http://www.festoolusa.com]. The Description portion is simply descriptive text like Festool USA. The Close URL portion simply closes the address. It's format is: [/url].
Combined it would look like: [url=http://www.festoolusa.com] Festool USA [/url].
I hacked the text above to demonstrate what the code would look like. Typed in just like it's shown will translate to this descriptive link: Festool USA.
I hope this helps.
Regards,
Dan.
For example, I want to post a link to a square drive bit at Lowes. Here's what the "raw" link looks like:http://www.lowes.com/lowes/lkn?action=productDetail&productId=177822-353-SQ3102&lpage=none
And here's what the link looks like with a very short description: #3 Square Drive Bit
Better? I think so.
To show a short description, just use this format for typing in a link:
Code:
[url=http://somesite/] Description [/url]
For the "#3 Square Drive Bit" link shown above, the code would be:
Code:
[url=http://www.lowes.com/lowes/lkn?action=productDetail&productId=177822-353-SQ3102&lpage=none] #3 Square Drive Bit [/url]
Here's the details... A "descriptive" link is composed of three sections:
- The URL portion (in red)
- The Description portion (in green)
- The Close URL portion (in blue)
[ URL ] Description [ close URL ]
So the URL portion is an open left square bracket plus "url=" plus the target link plus a close right square bracket. E.g., the link to Festool USA would be: [url=http://www.festoolusa.com]. The Description portion is simply descriptive text like Festool USA. The Close URL portion simply closes the address. It's format is: [/url].
Combined it would look like: [url=http://www.festoolusa.com] Festool USA [/url].
I hacked the text above to demonstrate what the code would look like. Typed in just like it's shown will translate to this descriptive link: Festool USA.
I hope this helps.
Regards,
Dan.