To do that you will need a div tag and the command align.Ltt's take a look.
<div align='center'>
Your text/image to be aligned here.
</div>
Your text/image to be aligned here.
</div>
Aligning a table can be a little tricky.You should not use a div tag in this case but you should put the align command within the
tag
<table align='left'>
....
Your table here
....
</table>
....
Your table here
....
</table>
You can put left or right in place of center.
And that's about it.
0 σχόλια:
Δημοσίευση σχολίου