chicagofan wrote:

All I am doing is copying an I-phone picture from an e-mail sent to me
... and pasting it into another e-mail ... and it changes size from what
I was sent.   Why?

Look at the source code (CTRL-U) of the incoming message and see if it specifies a size for the image. If the original specified 50% and you paste the image without specifying its size, you'll get 100% by default. Here's one example of how HTML tells the browser to use an image:

<IMG SRC="imagename.gif" ALT="whatever" width="166 px">

--
War doesn't determine who's right, just who's left.
--
Paul B. Gallagher

_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to