Archive for myfreeforum.org Before posting please check the "stickies" in the support forums. Please ask questions in real English and not "txt". You will get a better response. Please do not ask support questions via PMs.
|

tgpeditor
|
Code for clickable linkThe site url is http://thegatheringplacehome.myfastforum.org.
Keywords searched on are: clickable link, clickable, and link
I need to create a basic clickable link to the above site to post on various other sites. Few, if any, of the other sites will be mff sites. Many of the users may use older hardware and may also have older browsers. There is a thumbnail image in the default images folder that will serve as an icon. Obviously, I'll plug in the url, as well as the path and filename of the image, if a code sample/template is available. Could someone please tell me what code should I use to ensure a stable link?
Thanks.
|
admin (no pm's please)
|
<a href="http://yoursite"><img src="http://yourimage" /></a>
is the basic html for an image link.
|
tgpeditor
|
Thanks so much. I'm a bit surprised that I don't need more code. I've played with some clickable link code before and it was a much longer string than just a basic image link. Is that all there is to it, or is there often more to it than that?
|
tgpeditor
|
Forget it. I figured it out. Thanks again for your help.
|
|
|
|