
November 12th, 2004
02:24 AM
can't explain in the subject. habe to read the post
I'm trying to fill a cell in a table with a picture but Iwant the picture to fit the cell the whole length without looking distorted. example is on this website http://www.xpresswebpages.com right on the homepage. Anyways, when i try to make the picture the size i want in psp it just makes it look distorted and blurry. Someone please help. Thanks.

November 12th, 2004
05:01 AM
Is the photo originally smaller size than the table? So when resizing the photo ito the size of the table it will be distorted. If so this is a common occurance when resizeing a photo.
___________________
I can't Breathe when I hold My Breathe.

November 14th, 2004
02:13 AM
Use CSS instead of tables.
You can set that entire page using just divs and the one that would carry the image simply set it as a background so you don't have to worry about the dimensions (anything that goes over the div's size will be cut off, not distorted).
There are plenty of posts regarding CSS at the HTML forum that should help you out.