You can align text in the rows with the "align" attribute. For example (taken from w3schools): <table align="right"> <tr> <th>Month</th> <th>Savings</th> ...
確定! 回上一頁