I use a lot of coldfusion, html and css.
My webite is www.unitedlocalbands.com
It's a networking site to bring together local talents. Then users can add pics and video by copy and paste. I store the full url ("http://www.www.www") of the image in an access database. Then I use coldfusion to query the database and display all the logos, pics, video using:
<img width="110" height="125" src="http://www.www.www">
The problem is by specifying the width and height, most of the images look distorted. I would like to know if there is a way to thumbnail the "src" atribute of the "img" tag so that the image doesnt distort. The purpose of the thumbnail is so that when viewers are looking thru www.unitedlocalbands.com they can see ever bands, studios, ect... logo together. Then if they so wish, the viewer can click on that logo and it will take them to that bands profile page.



Reply With Quote


Bookmarks