I am currently setting up my own photo website. Of course one thing which im going to need is to be able to put photos what i plan on doing is making little thumbnails but how do i do this at the moment i use this code
But the problem is that when i put that code onto my website the little thumbnail doesnt look right because of the pixels. Can anyone recommend a better way?
Code:
<a href="http://i457.photobucket.com/albums/qq292/JackT06/nz431722.jpg" target="_blank">
<img src="http://i457.photobucket.com/albums/qq292/JackT06/nz431722.jpg" width="100" height="131" border="0" alt="Photo of a big bunny rabbit!" />
</a>
But the problem is that when i put that code onto my website the little thumbnail doesnt look right because of the pixels. Can anyone recommend a better way?