Topics

clear function

Another simple little plugin, this is very useful to ensure there is no overlap in content. Here's the code:

This snippet:

{clear}

will write this to your document:

<div style="clear: both;"/>

Obviously if you are a purist and don't want any inline css it is easy enough to avoid using this plugin, but it's very handy for quick development.

Loading Help