I have various sized pictures in a table but with blank spaces. Please guide on as how to remove the same. Thanks
Hi sat,
You need to use your own cell margin and padding in your table using internal css like below.
Css
table th, table td { margin: 1px !important; padding: 1px !important; width: 100%; }
I hope works for you..
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.