<div align='center'>
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>
You can put left or right in place of center.
And that's about it.
No comments:
Post a Comment