Hallo,
I have a table with a specific size (775px) and I want it to be centered in the screen. With normal bad html is work like this:
<table align="center" ...>
but I'm rewriting the site using css and I cannot find a similar way to achieve this. The only thing I could do is inserting the table in a 100% wide cell and then setting the text-align of this cell to center...
Does someone know if there is a better way?
I have a table with a specific size (775px) and I want it to be centered in the screen. With normal bad html is work like this:
<table align="center" ...>
but I'm rewriting the site using css and I cannot find a similar way to achieve this. The only thing I could do is inserting the table in a 100% wide cell and then setting the text-align of this cell to center...
Does someone know if there is a better way?