WaltS wrote: > Erness Wild wrote: >> ... >> Drove me crazy as to why the image wouldn't size properly. > Are you saying the Image Properties dialog box isn't working? I had no > problems resizing an image. > > This is the source code. > > <img alt="Indy car lineup" > src="file:///~/Pictures/1indy.jpg" height="557" width="990">
(Hopefully, that's not for publication at a web server. "file:///" won't work there; the browser will look on the visitor's local drive for the photo file, not the web server.) > Original size is height="371" width="660"> Oh, and I hope you aren't just "resizing" an image by changing the two pixel parameters. Those should equal exactly the size of the image itself. To correctly resize an image, this should be done with an image editor, and then the HTML parameters set to match the true size. -- -bts -This space for rent, but the price is high _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

