Consider that you have 2 columns in a row inside a table. One column(td) has texts and the other only has an image. Then, the height of the column and the height of the img will be different. You will always have a small gap below the image. This can be rectified by using :
img{display:block;}
This issue was caused because img is not considered as a block element.
No comments:
Post a Comment