PDA

View Full Version : HTML help


xstortion
08-05-2005, 11:48 AM
I want to link a thumbnail to its original pic how do I go about doing this?

jcblitz
08-05-2005, 12:15 PM
I want to link a thumbnail to its original pic how do I go about doing this?

In HTML or BBcode?


<a href="http://www.server.com/myImage.jpg"><img src="myImg_tn.jpg" border="0"></a>

xstortion
08-05-2005, 01:02 PM
In HTML or BBcode?


<a href="http://www.server.com/myImage.jpg"><img src="myImg_tn.jpg" border="0"></a>


thats it thanx

xstortion
08-05-2005, 01:26 PM
k 1 more let say I wanted to have these thumbnails within an email?

jcblitz
08-05-2005, 02:25 PM
k 1 more let say I wanted to have these thumbnails within an email?

Well I'm not sure you can reference attachments in an email via html so you'll have to use the absolute location (full http://www.my.....etc). Basically the same thing I pasted above but you can't use /myImage.jpg, you have to use the full http qualified address. I know I have my email program to block images by default so that's another obstacle. If that's not what you were asking, give me an example of what you want to do.