Sylvain
I have discovered a simple way, which (i think) was not mentioned
yet.
enter the following CSS into your StyleSheet
/*{{{*/
/*
Malo - CSS Library
Author:Vladimir Carrer
*/
/* CSS Grid */
/* dp = div percent */
.dp20,
.dp25,
.dp33,
.dp50,
.dp100{float:left; display: inline, *margin-left:-0.04em; } /* IE
margin hack */
/*
.dp20{width:20%;}
.dp25{width:25%;}
.dp33{width:33.33%;}
.dp50{width:50%;}
.dp100{width:100%;} */ /* original CSS. no margin possible */
.dp20{width:18%;}
.dp25{width:23%;}
.dp33{width:31.33%;}
.dp50{width:48%;}
.dp100{width:100%;} /* changed it a little bit */
.clear{ clear:both;}
/* top border */
.dp100,.dp50,.dp33,.dp25{ border-top:1px solid #111;}
.dp100,.dp50,.dp33,.dp25{ padding-right: 1%; margin-right:1%;}
/*}}}*/
generate a new tiddler and type:
<<tiddler "tiddler name" "dp50">> <<tiddler "an other tiddler name"
"dp50">>
and view the result. You will need 2 additional tiddlers "tiddler
name" and ...
The original css can be found at [1]
If you work with MPTW [2] as a basis TW file you have to enter the
following code
<div class='tagClear'></div>
as the last line into your "View Template" section in the Theme.
Otherwise it will not work properly
also see dp33 and dp25 have fun. also tested with IE
regards Mario
[1]
http://code.google.com/p/malo/
[2]
http://mptw.tiddlyspot.com