+ 1
How do you align a table to the center?
7 ответов
+ 3
Better use CSS to align or editing stuff to make coding easier.
+ 2
You can use the tag <center> before Tag <table> and resolve your problems
+ 2
Em is emphasized text
<em>This is emphasized text</em>
+ 2
<table align="center " border="2">
+ 2
agree ;)
+ 2
simply just type <table align="center"> this can be used if you only wants to sent your table in center.
otherwise you can use other tags for costumize your table
+ 2
simply type <table align ="center">