</font><blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">quote:</font><hr /><font size="1" face="Geneva, Verdana, Arial, sans-serif">Originally posted by KS:
<strong>I am just starting to put up a personal web site. I am using Claris Home Page 2.0. Some images get cut off at the bottom. There is a white 'cut out' of the background where the full picture should be. Any advice? Here is a sample of the problem:
<a href="http://pages.cthome.net/krstone/New_Addition.html" target="_blank">http://pages.cthome.net/krstone/New_Addition.html</a>
Thanks,
ken</strong></font><hr /></blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">Yes the probem comes from the fact that you size the images, from your pages
</font><blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">code:</font><hr /><pre style="font-size:x-small; font-family: monospace;"><p><center> ;<tt><img SRC="Monty2.jpg" WIDTH=600 HEIGHT=400
X-SAS-UseImageWidth X-SAS-UseImageHeight ALIGN=bottom></tt>
</center></p></pre><hr /></blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">Alle your images will be made to fit a 600x400 pixel. In order to avoid that you need to know the size of your images and insert correct values here.
Btw the alt tag is missing from all your picturea has is your DTD declaration. Your pages are not <a href="http://validator.w3.org" target="_blank">valid</a> html pages.