Answers for "html table align right"

CSS
0

table td data in middle

vertical-align: middle
Posted by: Guest on November-26-2020
0

html table td right align

<td class='alnright'>text to be aligned to right</td>

<style>
    .alnright { text-align: right; }
</style>
Posted by: Guest on October-27-2021
0

how to align table in html

.centerTable { margin: 0px auto; }
Posted by: Guest on June-23-2020

Browse Popular Code Answers by Language