Lave layout i CSS2 vha div
Hvordan er det liiige man laver følgende layout http://www.a2c.dk/images/documentA.gif vha div tags. Har prøvet med følgende men det virker ikke helt.<div style="background-color: #000000; width: 500px; height: 300px;">
<div style="color: #FFFFFF; background-color: #000000; float: left;">This Recommendation defines a new XHTML document type that is based upon the module framework and modules defined in Modularization of XHTML [XHTMLMOD]. The purpose of this document type is to serve as the basis for future extended XHTML 'family' document types, and to provide a consistent, forward-looking document type cleanly separated from the deprecated, legacy functionality of HTML 4 [HTML4] that was brought forward into the XHTML 1.0 [XHTML1] document types.
</div>
<div style="color: #FFFFFF; float: left; padding: 10px;"><img width="150" height="200" alt="image"></div>
</div>
