Classic ASP BasicsFor beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I want to make a website that I `ll be able to upload pics.
I want to make those pics to be viewed in thumbnails. I suppose that I have to "pre-arrange" the 'width and height' of the image in the code of my page.
So... here is my problem. Because eventhough the image will be in a very small thumbnail the size of that file will remain the same. Is there anyway to reduse the size of the image while displaing it in thumbnail????
Varg i think first u should reduce the image size using adobe photoshop or any other graphics program. then u will have 2 files for each image, 1 is thumbnailed and other one is orignal image. orinal image will be hyperlinked with thumbnailed image.