Somehow I got it to work. But the content is overflowing the tiddler space. 
Please see attached. The tiddler content is below.

<div class="left-e">

<h2 style="font-size: 24px; 
    background-color:#CF6142;
    font-weight: bold;
    color: #ffffff;">Todays Task
</h2>

 {{tasks_today}}
    
<h2 style="font-size: 24px; 
    background-color:#168707;
    font-weight: bold;
    color: #ffffff;">New
</h2>
</div>

<div class="right-e">
<h2 style="font-size: 24px; 
    background-color:#1679DB;
    font-weight: bold;
    color: #ffffff;">Follow-up</h2>

 {{follow-up}}

<h2 style="font-size: 24px; 
    background-color:#D9D632;
    font-weight: bold;
    color: #ffffff;">Pending
</h2>
</div>
<br>
<br>
<br>
---

and the stylesheet content. 

.left-e, .right-e{
  float:left;


}
.left-e{
  width:48%; 


}
.right-e{
  width:48%;
 margin-left:3%;
}


Regards
Shash

On Sunday, October 5, 2014 9:21:24 PM UTC+5:30, Stephan Hradek wrote:
>
> Tried it on tiddlywiki.com and it works.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to