How can i center my table????? right now its on the right of the page and i want to move it all to the center.
thank you
If you're using the code <table align="right">....</table> change to <table align="center">.....</table>, if you are using CSS there are a few ways to handle this, which method are you using now?