Hi Tobbe,

It looks like the information you are looking for is already in the
"Facts" section.

So, 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 thought...

You merely have two wrap the contents of concern 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 tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to