Answer the question
In order to leave comments, you need to log in
How to remove indent from a table cell?
There is the following construction
<table width="100%">
<tr>
<th style="font-size: 0; padding: 0;"> </th>
<th width="600" style="padding: 0;">
<!-- content -->
</th>
<th style="font-size: 0; padding: 0;"> </th>
</tr>
</table>
Answer the question
In order to leave comments, you need to log in
If for a letter, then as a rule you need to register in styles or for specific tags
* {
margin:0;
padding:0;
border:0;
}
<table cellpadding="0" cellspacing="0">
border-spacing: 0;
or
perhaps, for the reliability of table layoutstable-layout: fixed;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question