Forum Moderators: not2easy
the example is here:
<Sorry, no personal URLs. See TOS [webmasterworld.com]>
Any suggestions?
Thank you...
[edited by: tedster at 9:48 pm (utc) on Mar. 16, 2004]
<style type="text/css">
@import "design.css";
#frame {
width:650px;
margin-right:auto;
margin-left:auto;
margin-top:10px;
padding:0px;
text-align:left;
}
#contentleft {
margin-right: 5px;
margin-top: 5px;
width:143px;
padding: 0px 0px 25px 0px;
float:left;
background: #F3FFD5;
border: 1px dashed #889E50;
}
#contentcenter {
margin-left: 5px;
margin-top: 5px;
width:492px;
padding: 0px 0px 25px 0px;
float:left;
background: #F3FFD5;
border: 1px dashed #889E50;
}
#contentheader {
margin-bottom: 5px;
background: #F3FFD5;
border: 1px dashed #889E50;
}
#contentheader h1 {
font-size:12px;
padding:20px;
margin:0px;
}
#formtitle {
width: 100px;
margin: 0px;
float: left;
padding: 3px 0px 25px 0px;
position:relative;
}
#formelement {
width: 350px;
margin: 0px;
float: left;
padding: 0px 0px 25px 0px;
position:relative;
}
</style>