I'm currently working on a table where I want to insert an image that is 4 px high. I can build the table and create a cell with that height, but when I insert the image it expands to around 20 pixels high. I am inserting the image via code so I know I am not unintentionally adding an extra space somewhere. Why does the image change the height of a cell that is previously set to 4 px?