Hi brad,
I tried.
But it didnt work.
It still align to the left in Opera 9.5 and Firefox 3.0.
Center in Internet Explorer
Main Topics
Browse All TopicsHi
I am trying to make this table align to the center.
It appeared center in Internet Explorer but not in FireFox (it align to the left in firefox)
Can I know what correction i need to make in the code?
There were Logo, banner, menu etc in the table, but i removed them.
Thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
You will ahve to get the table OUT of the DIV to use the <center> command, which will work on ANY free standing table. But if you have a DIV enclosing it, then it will never work unless you center the DIV first.
You do NOT NEED DIVs around tables -- in that usage, they are only for positioning a table. If you want the table to center in the browser window, REMOVE the encompassing DIV -- it is not serving any purpose in this usage that tables cannot do just as well. You can CSS style essentially everything in a table.
Business Accounts
Answer for Membership
by: brad2575Posted on 2008-10-17 at 12:15:16ID: 22744221
add align="center" to the table code
<table width="100%" border="0" cellspacing="0" cellpadding="0" align=Center>