This question involves the black box from the picture (it is a <th>
tag).
The <th>
tag ends up with a height of 23px. The images are 18px by 18px. Where's the 5px bottom margin coming from and how to I get rid of it?
borders, padding, and margins are all set to 0. manually setting the height of the <tr>
and the <th>
tag to 18px doesn't do anything. Anything below 23px has no effect.
Help!