I have code for boxes for left and right. Code is the following:
<div id="leftbox">
</div>
<div id="rightbox">
</div>
and css like:
How to put in the same line as now it is right box under left but wuth paddingPHP Code:#left{
float: left;
width: 256px;
text-align: center;
border-width: 1px;
border-style: solid;
}
#right{
width: 256px;
border-width: 1px;
border-style: solid;
margin-left: 280px;
}



Reply With Quote

Bookmarks