For example i have these codes
<tr>
<td class="foo">chuchu</td>
<td>chuchu</td>
<td>chuchu</td>
<td>chuchu</td>
<td>chuchu</td>
</tr>
how can i align them to center except the td with class?
You could try this. Based on your answer to my question in the comment section, I came up with a simpler solution:
.css
td{
text-align:center;
}
.foo{
text-align:left !important;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With