We have four types of padding available in html. Check the following html code for padding.
<tr valign="top" align="top">
<td valign="top" style="padding-top: 25px;padding-left: 50px;padding-bottom: 20px;padding-right:30px;">
</td>
</tr>
We have four types of padding available in html. Check the following html code for padding.
<tr valign="top" align="top">
<td valign="top" style="padding-top: 25px;padding-left: 50px;padding-bottom: 20px;padding-right:30px;">
</td>
</tr>
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.
SenthilkumarPosted Sep 7, 2009, 6:24 AM
I think if there is need like to set all the paddings then we can give like that. padding: 5px 4px 5px 3px So we can save little bit size of the code as well as development time. Thanks and Regards, Erode senthilkumar