toplisek
11-15-2006, 04:59 AM
I have the following code for div:
<div class="fl_center">
<ul class="error">
<li>CENTERED box within DIV of style {fl_center}</li>
<li>this is sample</li>
</ul>
</div>
and css:
.fl_center{
clear:both;
display:table;
width:100px;
margin:0px auto;
}
How to add space on the left of box with div? Need help
<div class="fl_center">
<ul class="error">
<li>CENTERED box within DIV of style {fl_center}</li>
<li>this is sample</li>
</ul>
</div>
and css:
.fl_center{
clear:both;
display:table;
width:100px;
margin:0px auto;
}
How to add space on the left of box with div? Need help