Float

From Free net encyclopedia

(Difference between revisions)
Revision as of 14:05, 15 April 2006
Jleedev (Talk | contribs)
html/css example
← Previous diff
Current revision
Jleedev (Talk | contribs)
html/css example

Current revision

There are several meanings of float:

<style type="text/css">
div.caption {
  float: right;
}
</style>

<div class="caption">
  <img src="IMAGE WOULD GO HERE">
  <p>Caption 1</p>
</div>
<p>Rest of the document; text flows around the captioned image.</p>

Template:Disambig