Testing New Code for Photo Resizing
Testing

test
<img src="http://www.location.com/title.gif" width="200" height="85">
<img src="photo.jpg" width="75" height="40" />
[FONT=Arial, Helvetica]<IMG SRC="photo.jpg" WIDTH="96" HEIGHT="134" BORDER="0">
[/FONT]Firefox seems to work with % sizes... But those are dependent
upon the Firefox window, not the original image size... Setting the
width to "25%" results in a dynamic resize to one quarter of the window
width (and the height seems to be proportional to the image, whereas
specifying both as "25%" results in scaling to the Firefox window shape)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled</title>
</head>
<body>
<img src="_MG_0127.jpg"
alt=""
width="10%"
border="0">
</body>
</html>
This requires /dowloading/ the full image
test
<img src="http://www.location.com/title.gif" width="200" height="85">
<img src="photo.jpg" width="75" height="40" />
[FONT=Arial, Helvetica]<IMG SRC="photo.jpg" WIDTH="96" HEIGHT="134" BORDER="0">
[/FONT]Firefox seems to work with % sizes... But those are dependent
upon the Firefox window, not the original image size... Setting the
width to "25%" results in a dynamic resize to one quarter of the window
width (and the height seems to be proportional to the image, whereas
specifying both as "25%" results in scaling to the Firefox window shape)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled</title>
</head>
<body>
<img src="_MG_0127.jpg"
alt=""
width="10%"
border="0">
</body>
</html>
This requires /dowloading/ the full image
Comments
For scaling images, I use Corel PhotoPaint to shrink them, if necessary, before uploading.
-Phil
Shrinking the image with
MS Paint