danandirma
08-13-2007, 11:09 PM
ok all, I finally figured out how to get dreamweaver to export my pages in CSS, now I need to know how to get it centered in the browser? this is the page http://www.gnbarchitects.com/test1.htm and this is the CSS code
<STYLE TYPE="text/css">
<!--
DIV.test-01 {
position:absolute;
left:0px;
top:0px;
width:921px;
height:140px;
}
DIV.test-02 {
position:absolute;
left:0px;
top:140px;
width:184px;
height:20px;
}
DIV.test-Main-shape {
position:absolute;
left:184px;
top:140px;
width:568px;
height:516px;
}
DIV.test-04 {
position:absolute;
left:752px;
top:140px;
width:169px;
height:405px;
}
DIV.test-05 {
position:absolute;
left:0px;
top:160px;
width:24px;
height:543px;
}
DIV.test-button-home {
position:absolute;
left:24px;
top:160px;
width:150px;
height:22px;
}
DIV.test-07 {
position:absolute;
left:174px;
top:160px;
width:10px;
height:543px;
}
DIV.test-08 {
position:absolute;
left:24px;
top:182px;
width:150px;
height:1px;
}
DIV.test-button-mission {
position:absolute;
left:24px;
top:183px;
width:150px;
height:21px;
}
DIV.test-10 {
position:absolute;
left:24px;
top:204px;
width:150px;
height:1px;
}
DIV.test-button-portfolio {
position:absolute;
left:24px;
top:205px;
width:150px;
height:21px;
}
DIV.test-12 {
position:absolute;
left:24px;
top:226px;
width:150px;
height:1px;
}
DIV.test-button-forms {
position:absolute;
left:24px;
top:227px;
width:150px;
height:21px;
}
DIV.test-14 {
position:absolute;
left:24px;
top:248px;
width:150px;
height:1px;
}
DIV.test-button-contacts {
position:absolute;
left:24px;
top:249px;
width:150px;
height:21px;
}
DIV.test-16 {
position:absolute;
left:24px;
top:270px;
width:150px;
height:1px;
}
DIV.test-button-firm-profile {
position:absolute;
left:24px;
top:271px;
width:150px;
height:21px;
}
DIV.test-18 {
position:absolute;
left:24px;
top:292px;
width:150px;
height:1px;
}
DIV.test-button-institutional {
position:absolute;
left:24px;
top:293px;
width:150px;
height:21px;
}
DIV.test-20 {
position:absolute;
left:24px;
top:314px;
width:150px;
height:1px;
}
DIV.test-button-religious {
position:absolute;
left:24px;
top:315px;
width:150px;
height:21px;
}
DIV.test-22 {
position:absolute;
left:24px;
top:336px;
width:150px;
height:1px;
}
DIV.test-button-urban-design {
position:absolute;
left:24px;
top:337px;
width:150px;
height:21px;
}
DIV.test-24 {
position:absolute;
left:24px;
top:358px;
width:150px;
height:1px;
}
DIV.test-button-planning {
position:absolute;
left:24px;
top:359px;
width:150px;
height:21px;
}
DIV.test-26 {
position:absolute;
left:24px;
top:380px;
width:150px;
height:1px;
}
DIV.test-button-residential {
position:absolute;
left:24px;
top:381px;
width:150px;
height:21px;
}
DIV.test-28 {
position:absolute;
left:24px;
top:402px;
width:150px;
height:1px;
}
DIV.test-button-commercial {
position:absolute;
left:24px;
top:403px;
width:150px;
height:21px;
}
DIV.test-30 {
position:absolute;
left:24px;
top:424px;
width:150px;
height:279px;
}
DIV.test-31 {
position:absolute;
left:752px;
top:545px;
width:19px;
height:158px;
}
DIV.test-recent3 {
position:absolute;
left:771px;
top:545px;
width:131px;
height:103px;
}
DIV.test-33 {
position:absolute;
left:902px;
top:545px;
width:19px;
height:158px;
}
DIV.test-34 {
position:absolute;
left:771px;
top:648px;
width:131px;
height:55px;
}
DIV.test-35 {
position:absolute;
left:184px;
top:656px;
width:568px;
height:47px;
<STYLE TYPE="text/css">
<!--
DIV.test-01 {
position:absolute;
left:0px;
top:0px;
width:921px;
height:140px;
}
DIV.test-02 {
position:absolute;
left:0px;
top:140px;
width:184px;
height:20px;
}
DIV.test-Main-shape {
position:absolute;
left:184px;
top:140px;
width:568px;
height:516px;
}
DIV.test-04 {
position:absolute;
left:752px;
top:140px;
width:169px;
height:405px;
}
DIV.test-05 {
position:absolute;
left:0px;
top:160px;
width:24px;
height:543px;
}
DIV.test-button-home {
position:absolute;
left:24px;
top:160px;
width:150px;
height:22px;
}
DIV.test-07 {
position:absolute;
left:174px;
top:160px;
width:10px;
height:543px;
}
DIV.test-08 {
position:absolute;
left:24px;
top:182px;
width:150px;
height:1px;
}
DIV.test-button-mission {
position:absolute;
left:24px;
top:183px;
width:150px;
height:21px;
}
DIV.test-10 {
position:absolute;
left:24px;
top:204px;
width:150px;
height:1px;
}
DIV.test-button-portfolio {
position:absolute;
left:24px;
top:205px;
width:150px;
height:21px;
}
DIV.test-12 {
position:absolute;
left:24px;
top:226px;
width:150px;
height:1px;
}
DIV.test-button-forms {
position:absolute;
left:24px;
top:227px;
width:150px;
height:21px;
}
DIV.test-14 {
position:absolute;
left:24px;
top:248px;
width:150px;
height:1px;
}
DIV.test-button-contacts {
position:absolute;
left:24px;
top:249px;
width:150px;
height:21px;
}
DIV.test-16 {
position:absolute;
left:24px;
top:270px;
width:150px;
height:1px;
}
DIV.test-button-firm-profile {
position:absolute;
left:24px;
top:271px;
width:150px;
height:21px;
}
DIV.test-18 {
position:absolute;
left:24px;
top:292px;
width:150px;
height:1px;
}
DIV.test-button-institutional {
position:absolute;
left:24px;
top:293px;
width:150px;
height:21px;
}
DIV.test-20 {
position:absolute;
left:24px;
top:314px;
width:150px;
height:1px;
}
DIV.test-button-religious {
position:absolute;
left:24px;
top:315px;
width:150px;
height:21px;
}
DIV.test-22 {
position:absolute;
left:24px;
top:336px;
width:150px;
height:1px;
}
DIV.test-button-urban-design {
position:absolute;
left:24px;
top:337px;
width:150px;
height:21px;
}
DIV.test-24 {
position:absolute;
left:24px;
top:358px;
width:150px;
height:1px;
}
DIV.test-button-planning {
position:absolute;
left:24px;
top:359px;
width:150px;
height:21px;
}
DIV.test-26 {
position:absolute;
left:24px;
top:380px;
width:150px;
height:1px;
}
DIV.test-button-residential {
position:absolute;
left:24px;
top:381px;
width:150px;
height:21px;
}
DIV.test-28 {
position:absolute;
left:24px;
top:402px;
width:150px;
height:1px;
}
DIV.test-button-commercial {
position:absolute;
left:24px;
top:403px;
width:150px;
height:21px;
}
DIV.test-30 {
position:absolute;
left:24px;
top:424px;
width:150px;
height:279px;
}
DIV.test-31 {
position:absolute;
left:752px;
top:545px;
width:19px;
height:158px;
}
DIV.test-recent3 {
position:absolute;
left:771px;
top:545px;
width:131px;
height:103px;
}
DIV.test-33 {
position:absolute;
left:902px;
top:545px;
width:19px;
height:158px;
}
DIV.test-34 {
position:absolute;
left:771px;
top:648px;
width:131px;
height:55px;
}
DIV.test-35 {
position:absolute;
left:184px;
top:656px;
width:568px;
height:47px;