G'day Mates,
I've persuaded a client to convert their small web site to standards, and
I'm in the process of removing tables, and using CSS to control the layout
and design.
My problem is the main content area on the homepage is left justified in
IE, but center aligned in FF and Opera, which is correct. The following is
a snippet from my CSS file, which controls the main content area:
#container
{position: relative;
width: 760px;
margin: 15px auto;
font: 12px verdana, helvetica, arial, sans-serif;
text-align: justify;
line-height: 16pt;
color: #000;
padding: 10px;}
I want it to center align in IE too therefore what am I doing wrong?
Here's the URL for the test file: http://www.waltermortgage.com/index1.stm
Any advice is always appreciated!
Respectfully requested,
Mario S. Cisneros
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************