C
Charley Kyd
I have a simple two-by-two table, with the right column merged. It therefore
has three cells that are arranged somewhat like this:
1 2
3 2
I want cell number 1 to **always** have a height of 1 pixel. I want cells 2
and 3 to expand as data is added.
To test my settings, I inserted an image in cell 2. and then I change its
height to simulate the addition of real content. As the image's height
increases to several thousand pixels, the height of cell 1 increases no
matter what I do.
The only way I've found to get around this problem is to manually set the
heights of cells 2 and 3. Not only does this take a lot of effort, it fails
when users change their text size in their browser.
Can anyone suggest a way to freeze cell 1 so that it's **always** one pixel
high?
Thanks.
Charley
has three cells that are arranged somewhat like this:
1 2
3 2
I want cell number 1 to **always** have a height of 1 pixel. I want cells 2
and 3 to expand as data is added.
To test my settings, I inserted an image in cell 2. and then I change its
height to simulate the addition of real content. As the image's height
increases to several thousand pixels, the height of cell 1 increases no
matter what I do.
The only way I've found to get around this problem is to manually set the
heights of cells 2 and 3. Not only does this take a lot of effort, it fails
when users change their text size in their browser.
Can anyone suggest a way to freeze cell 1 so that it's **always** one pixel
high?
Thanks.
Charley