View Full Version : Thumbnail Picture


astrid92
02-23-2007, 07:27 PM
Hello. Have you got a code for a thumbnail picture? Ive got this code:

<A HREF="URL OF LARGE IMAGE HERE"><IMG SRC="SMALL IMAGE HERE"></A>

But my problem is that Im going to have many thumbnails... And the little thumbnail is in different sizes... I would like a size that is 90x90 pixels.
So, if you know how I can do this, (Get the same size at all the thumbnails)
just wright below :)


Thnx

Arwen
02-23-2007, 08:34 PM
I highly recommend to use a graphic program to make the thumbnails. Or you can just add height="90" width="90" to your thumbnail but that will destory the picture.

astrid92
02-23-2007, 09:54 PM
Uhm... All I need is that the thumbnail will be 90x90 pixels. The rest I think I know.

iGeek
02-25-2007, 12:23 AM
Yeah... If you put


width="90" height="90"


in the <img> tag, the image will be grained up and it will look horrible. Get GIMP or something and resize it so you don't lose a lot of quality.

astrid92
02-25-2007, 12:52 AM
iGeek? I know that, so you dont have to tell me :)

But thanks! You guys are amazing! :D


BUT, im not good with codes xD Im realy bad...
So... Fix my code? (look down)


<A HREF="http://i125.photobucket.com/albums/p44/1992astrid2006/bear.gif"><IMG SRC=http://i125.photobucket.com/albums/p44/1992astrid2006/bear2.png"width="90" height="90"""></A>

Inu
02-25-2007, 01:45 AM
Too many quotes. So...

<A HREF="http://i125.photobucket.com/albums/p44/1992astrid2006/bear.gif"><IMG SRC=http://i125.photobucket.com/albums/p44/1992astrid2006/bear2.png width="90" height="90"></A>

And if you don't want that the blue border just add in border="0".

<A HREF="http://i125.photobucket.com/albums/p44/1992astrid2006/bear.gif"><IMG SRC=http://i125.photobucket.com/albums/p44/1992astrid2006/bear2.png width="90" height="90" border="0"></A>

astrid92
02-25-2007, 03:53 PM
Ahwww... :) Thank you so much! I cant belive how smart you are ^^

:D