Hi Tobbe,
It looks like all the information you are looking for is already in
the "Facts" section.
You would first have to define which information you want in the left
column and which in the right one. Once you know that it's even
simpler than I thought...
You merely need to play with wrapping the right contents into outer
divs like so...
<div class="l_col">
<span birth></span>
</div>
<div class="r_col">
<span death></span>
</div>
...whereas "span birth" or "span death" stand for all the span
elements from the original template that you want to insert into the
corresponding column... with all the required macro calls!
The css would just be as in my first post:
.l_col, .r_col{float:left;width:48%;margin:0;padding:5px
1%;backgorund:#dfd;}
.r_col {backgorund:#fdd;}
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.