Uso
where - left/right
width - larghezza prima div
padding - padding per la seconda div
_**_ separatore
Esempio
Con:
Si ottiene:
first div content is here
second div content is here
Cioe' il codice HTML:
[#float where='' width='' padding='' :]
first div content
_**_
second div content
[:float#]
[#float where='left' width='100' padding='120' :]
first div content is here
_**_
second div content is here
[:float#]
first div content is here
second div content is here
<div style="float:left;width:100px;">
first div content is here
</div>
<div style="padding-left:120px;">
second div content is here
</div>
<div style="clear:left"><br/></div>

