19-02-2007, 04:15 PM
I need to link pictures from imageshack and have the coding for them all to be 320 x 240 pixels. Doesn't have to contain a link to the actual size image.
Anyone know how?
Anyone know how?
|
Quick HTML Question.
|
|
19-02-2007, 04:15 PM
I need to link pictures from imageshack and have the coding for them all to be 320 x 240 pixels. Doesn't have to contain a link to the actual size image.
Anyone know how?
19-02-2007, 05:23 PM
So basically you're asking how to make a thumbnail image that links to the full-sized image. Since you're using Imageshack they usually provide thumbnail HTML samples, but if not then here's the general idea coding-wise.
<a href="FULL IMAGE URL" target="_blank"><img src="THUMBNAIL OR FULL IMAGE URL" border="0" height="240" width="320"/></a> Just for the record though, Imageshack provides the HTML for linkable thumbnail versions of your image, I just checked.
|
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| a question for everyone | pso king | 6 | 694 |
25-11-2007, 04:36 AM Last Post: Bmil |
|
| a question for everyon | pso king | 11 | 1,307 |
21-11-2007, 04:32 AM Last Post: pso king |
|
| Phone Question | Gaze | 13 | 1,089 |
23-04-2007, 02:07 PM Last Post: God-IX |
|
| Paypal question | Ria | 9 | 867 |
14-01-2006, 12:09 AM Last Post: Lee-yoshi |
|
| Quick Question | zero132132 | 1 | 401 |
11-07-2005, 09:44 AM Last Post: Serpent7 |
|
| The Ultimate Question | ZodakX | 32 | 1,798 |
20-06-2005, 06:14 PM Last Post: Double Edge |
|
| I know this is a odd question but... | ShadowNinja X7 | 4 | 639 |
28-05-2005, 08:09 PM Last Post: Fabo Craven |
|
| quick question | Krato | 4 | 626 |
05-01-2005, 10:48 PM Last Post: DarkMagician |
|
| Question | Gunkata | 11 | 1,323 |
11-08-2004, 01:09 PM Last Post: GOLDIE |
|
| just a little question | Pandemonia | 2 | 809 |
18-05-2004, 06:45 PM Last Post: Pandemonia |
|