i have lots of images on the web.
most of them have different sizes.
I want to resize all to the same width, auto height but I want to do it online using a script.
Any idea if such script exists? java if possible or php??
thanks guys
daren//
Moderator: Moderators
<style type="text/css">
#im img {
width: auto !important; width: 289px; height: auto;
max-width: 289px; _max-height: 216px;
}
</style>
<div id="im" align="center" >
<br>
<a href="http://mandrake.polarhome.com/~galleryp/gallery/Random Pics/mis011.jpg" target="_new">
<img src="http://mandrake.polarhome.com/~galleryp/gallery/Random Pics/mis011.jpg" border="1"></a>
<br>mis011.jpg
</div>
<style type="text/css">
#im img {
width: auto !important; width: 289px; height: auto;
max-width: 289px; _max-height: 216px;
}
</style>
Users browsing this forum: No registered users and 13 guests