kyle Posted July 14, 2007 Posted July 14, 2007 Does anyone know which file I have to edit to make the tables centered? You see if am only able to make my tables to a width of 800px, but I can't seem to center it. Help please. You can view it here: http://staff.heliohost.org/forum Quote
Elivmar Posted July 15, 2007 Posted July 15, 2007 You mean put your table in the center of the page? Put this before <center> before you start the table and </center> right after the table ends. Quote
Quantum Media LLC Posted July 15, 2007 Posted July 15, 2007 Does anyone know which file I have to edit to make the tables centered? You see if am only able to make my tables to a width of 800px, but I can't seem to center it. Help please. You can view it here: http://staff.heliohost.org/forum I got a 404 error when i went to that site But yeah <center> before the table tag and </center> after the table tag Quote
Kyougi Posted July 15, 2007 Posted July 15, 2007 Does anyone know which file I have to edit to make the tables centered? You see if am only able to make my tables to a width of 800px, but I can't seem to center it. Help please. You can view it here: http://staff.heliohost.org/forum I got a 404 error when i went to that site But yeah <center> before the table tag and </center> after the table tag Ooh, nice, let's ignore W3C standards, eh? Add style="margin-left:auto;margin-right:auto;" to your <table> tag, that'll center it. Quote
Quantum Media LLC Posted July 15, 2007 Posted July 15, 2007 i have been doing webdesign for 2 years for a company that has been inbusiness isnce 1995... the brute for way i.e. <center></center> is often the besst. It is cross browser compatible and there is very little confusion on the tags Quote
kyle Posted July 15, 2007 Author Posted July 15, 2007 okay well I dont need it anymore. Thanks Peeps. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.