I'm trying to use tables to put a border around a body of text. This I
can do. But, if the body of text is changed I'd like the images on the
left and right to have their height dynamically adjusted to border the
table snuggly.
Essentially what I'd like to do is to determine the height of the table
and then use JS to scale the images accordingly.
Any ideas? Please cc to my email addr.
Thanks,
Jon
I'd love an answer to this as well, involving JS or not, I don't care.
I have a table with 80 rows. The first column is a graphic that I would
like to be the exact lenght of the 80 rows. I can't figure out how to do
this so that it is always the right length regardless of font settings,
etc.
have you tried:
<img ... height="100%"> ?