Ok I designed a template a while ago and Lewiie15 coded it for me and I've had a look at the CSS and changed it a bit but I want to add another box and I was wondering if anybody know how the CSS knows where to put the boxs.
for example this code:
I've got the new box in sort of where I want it but I need to have a break line between them (for example <br> or <br />) so does anybody know?HTML Code:}
#login_top {
width: 167px;
height: 24px;
float: left;
margin: 0;
border: 0;
background: url(imgs/box_top.png) no-repeat;
font: tahoma;
font-size: 13px;
color: #FFFFFF;
padding-top: 6px;
padding-left: 6px;
}
#login_content {
width: 171px;
float: left;
margin: 0;
border: #000000 solid 1px;
background: #EFEFEF;
font: tahoma;
font-size: 13px;
color: #000000;
padding-top: 7px;
text-align: center;
}

