so i have done some searching and found this issue is known but none of the fixes seem to work.
The issue is that the td height is being stretched out like this images demonstrates
https://i.stack.imgur.com/A5UYw.jpg
I have tried the following
A. setting the td height to 1px and allowing the content to stretch it.
B.adding a style and setting the height to 1 px
C. adding a div tag on the content within the td and setting the div tag height and overflow hidden
D. styling the td to have an overflow hidden
E.styling the td with display: block
I think the problem may be the iframe which is set to auto resize depending on the content within the iframe.
none of which seemed to help the page is here http://soldbybillcox.com/listings.html
I’m aware that sites should be made with divs and using tables is outdated!
Any insight into this issue is appreciated!
Its not real fix but I ended up just using
<br/>and pasting all the images in the top row and valign to top. It looks good but still dont know what was going on.