Size of images

This site is in HTML tables for reason.
http://freetutorials.name/Reference1/Precise%20Calculator%20Examples.html
Problem (all except first image) the size of the images vary and I don’t know how to correct
Any help would be appreciated. They show up on my desktop correctly.

Thank you
falcon:rolleyes:

You have % widths set on the images,

<img src="../Images/PrecCalcEx%201.JPG" [COLOR="#FF0000"]width="98%" height="98%"[/COLOR] align="left" alt="Box">

but it might be better to set them in px for better control:

<img src="../Images/PrecCalcEx%201.JPG" [COLOR="#FF0000"]width="396" height="288"[/COLOR] align="left" alt="Box">

This site is in HTML tables for reason.

Not a good reason, though, because this is the wrong use of tables. This is not tabular data. :slight_smile: