a title
Boxed & titled
using hex colours
using rgb colours
boxed & captioned
title with formatting, a link and rounded corners
<div class='box'> <b class='xtop'><b class='xb1'></b><b class='xb2'></b><b class='xb3'></b><b class='xb4'></b></b> <div class='xbox'> <p class='box_title'>Title text would go here</p> <div class='box_content'> <p>Including this html snippet of a box</p> <p>All those <b> tags handle the rounded corners</p> </div> </div> <b class='xbottom'><b class='xb4'></b><b class='xb3'></b><b class='xb2'></b><b class='xb1'></b></b> </div>
=== headings aren't allowed in boxes ===
| but | tables | are |
and plugins …
and a link
and even headings can be faked by including another page inside the box (requires the include plugin) …
headings!
<!--[if lte IE 6]> IE only <![endif]--> <em>both</em> <!--[if gt IE 6]>--> Other browsers <!--<![endif]-->
ref: MSDN | 456 Berea St.
Wow, a lot of stuff
title
Example box
| but | tables | are |
looks good?
====== Level 1 Headline ======
title
title
title
title teste
title test
title teste
title test
Is the colour wrong?
title test
Simple box with rounded edges and title
Yes! there can!
* I will have to check this out * tomorrow * on my wiki
* I will have to check this out * tomorrow * on my wiki
How to prevent text after a floating box to be floated further? This text should be placed at the bottom below any box. but it is placed somewhere. I need a "stop float div" or similar?
Try the clearfloat plugin.
its because the earlier boxes are all floated (left or right) and the box with the image is not. The browser tries to squeeze it in to space higher up the page. all that is needed is some clearing, which the heading should provide.
using hex colours