For some reason my website will not centre in I.E but will in Firefox. Can anyone help me with this issue?
I am working in the actinic.css but doing this design in Dreamweaver, could anyone please advice me on the best way of building an actinic site in Dreamweaver...
Thanks!
/* theme.css contains styles that support different sizes of theme images */
@import url("theme.css");
/* begin general styles for all themes */
body {
margin: 0px;
padding: 0px;
background:#000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 12px;
}
#wrapper {
margin-bottom:50px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
width:965px;
background-color:red;
height:500px;
}
I am working in the actinic.css but doing this design in Dreamweaver, could anyone please advice me on the best way of building an actinic site in Dreamweaver...
Thanks!
/* theme.css contains styles that support different sizes of theme images */
@import url("theme.css");
/* begin general styles for all themes */
body {
margin: 0px;
padding: 0px;
background:#000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 12px;
}
#wrapper {
margin-bottom:50px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
width:965px;
background-color:red;
height:500px;
}
Comment