Announcement

Collapse
No announcement yet.

Help! Website will not center...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help! Website will not center...

    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;
    }

    #2
    Page not online...

    Thanks for replying so fast the page is not online at the mo as i have not even started just having this prob so got no further with the website yet...

    </head>
    <body onLoad="<actinic:variable value="PreloadImages" name="OnLoadScript" />">

    <div id="wrapper"></div>
    </body>
    </html>

    that is basically it except with the standard stuff that get plonked in when u register design with dreamweaver.

    If you could point me in the right direction as to what you think it maybe that would me much appreciated...

    Also would it be better for me to creat my own style sheet if so do you know how I would get actinic to select this rather than actinic.css

    Thankyou!

    Comment

    Working...
    X