Replace the width/height to a percentage (you only need 1 or the other, not both).
If you do it this way, it will adjust to the person’s (viewing it) monitor.
For example, -— src=”http://www.somepicaddress.com/picname.png” width=60% -— (where the 60% is the width of the viewer’s monitor, and the height will automatically adjust).
This is how I do mine, but sometimes, I need to make an adjustment to the percentage if the original is from a small pic and starts pixelating (or the pic isn’t needed to be that large).
((btw, the above address is obviously not real ;) ))
thanks very much! percent it is :)
And the percentage figure has to be within quotation marks... :)