Help with Horizontal Alignment of table using DW4 and css.
it works in internet explorer not firefox.
website http://www.airrepaircarolina.com/
css code below...
*{margin: 0;padding: 0;}
.boldbody {
font-family: "times new roman", times, serif;
font-size: 18px;
font-weight: bold;
color: #000;
}
#table1 {
background-color: #fff;
letter-spacing: normal;
text-align: left;
vertical-align: top;
horizontal-align: center;
word-spacing: normal;
white-space: normal;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
top: auto;
position: fixed;
}
.header {
font-family: "times new roman", times, serif;
font-size: 24px;
font-weight: bold;
color: #0e76bd;
}
.bodycopy {
font-family: "times new roman", times, serif;
font-size: 18px;
font-weight: normal;
color: #000;
}
.linktext {
font-family: arial, helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
color: #fff;
}
try instead of have now:
#table1 {
background-color: #fff;
width: 940px;
margin:0 auto; /**with width, centered**/
}
nancy o.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment