|
I'm risking a slapping here, but you could do it with relative sizes.
Table width="100%"; image width="howevermany%"; height unspecified (automatically adjusts with width)
It's bad practice though and I'd NEVER do it myself (except the table width...), as it slows down image rendering (the browser needs to do all the work, if it can, of determining the actual width of the image, then work out the height, then start display, instead of knowing the width & height and starting display immediately)
|