
Originally Posted by
navaldesign
BV tables are static, but ONLY in BV itself. If you insert an image and it is larger that the cell, when published it will force the table cell to expand (the entire row as well)
Usually this is done by inserting the following code in the Inside Tag of the cell:
><img src="imager.php?img=image.jpg&w=120&h=120" alt="alt text" border="1"
where image.jpg is your image, imager.php is a php script that resizes on the fly the image to have either maximum width 120 OR maximum height 120.
If your imager script is set to preserve aspect ratio it will give, in example, an image with width 120 and height 90 in case of a landscape oriented pic, or viceversa in case of a portrait oriented one.