/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!-- For fancy boxes (custom borders, drop shadows, rounded corners, translucency, etc.) using techniques similar to those by Leslie Sommer http://www.lesliesommer.com/wdw07/html/ --> <div class="mod"> <div class="mod-content"> <div class="hd"> </div> <div class="bd"> </div> <div class="ft"> </div> </div><!-- End: div.mod-content --> </div><!-- End: div.mod -->