Forum Moderators: not2easy
CSS:
#surroundedBox {
border-right: solid #000 1px;
border-left: solid #000 1px;
border-bottom: solid #000 1px;
border-top: solid #000 1px;
font-size: 10px;
margin: 0px;
padding: 0px;
}
.blue {
background-color: #06c;
color: #fff;
font-size: 11px;
}
In Page:
<div id="surroundedBox">
<div class="blue">Some Text</div>
Some More Text
</div>
line-height.
Thats a picture of whats occuring; on all sides between the blue block and its border is white space occuring. I want that gone :(