Is this what your looking for?

<!DOCTYPE HTML>
<style type="text/css">
.box {
border:1px solid gray;
padding: 0px 1px 0px 1px;
/* border:0px white; /**/
display:inline;
}
.pad3 {
padding:3px;
}
.pad6 {
padding:6px;
}
</style>
<html>
<body>
 <span class="box pad6">
  <span class="box">abcd</span>
  <span class="box">ef</span>
   <span class="box">g</span>
   <span class="box">hijk</span>
  <span class="box">k</span>
  </span>

</body>
</html>

--
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]

Reply via email to