hot link
ronbo
Connecticut
I hate to sound like such a noob, but I am very envious of you guys that make a hot link out of a word or picture. I always wanted to learn how to do that. Like when a sentence says click "here" The word "here" is blue, and when I click it I go to a web page. Is there a program that does this or is this a skill I have to learn? I am an old fart and I do not learn things as quick as I used to.
0
Comments
[ url = WEBLINK GOES HERE ] Here. [ /url ]
Text link in HTML:
<a href="websitelink" target="_blank">Here</a>
Image link in VB:
[ url=LINK TO YOUR URL HERE ][ img ]IMAGE ADDRESS HERE[ /IMG ][ /url ]
Image link in VB:
<a href="websitelink" target="_blank"><img src=image link here></a>
Remove all spaces in the VB ones. Replace the placeholders where appropriate.
bikerboy