Its straight forward Tiddler Contents
<div class="left-e"> <div> <h2 style="font-size: 24px; background-color:#CF6142; font-weight: bold; color: #ffffff;">Projects</h2> <$list filter="[!has[draft.of]tag[TOP-PROJECTS]sort[created]]"> <$link to={{!!title}}><$view field="title"/></$link> </$list> <h2 style="font-size: 24px; background-color:#168707; font-weight: bold; color: #ffffff;">Tasks</h2> <$list filter="[!has[draft.of]tag[TOP-TASKS]sort[created]]"> <$link to={{!!title}}><$view field="title"/></$link> </$list> </div> </div> <div class="right-e"> <div> <h2 style="font-size: 24px; background-color:#1679DB; font-weight: bold; color: #ffffff;">~Quick-Links</h2> <$list filter="[!has[draft.of]tag[Quick-Links]sort[created]]"> <$link to={{!!title}}><$view field="title"/></$link> </$list> <h2 style="font-size: 24px; background-color:#D9D632; font-weight: bold; color: #ffffff;">Pending</h2> <$list filter="[!has[draft.of]tag[PENDING]sort[created]]"> <$link to={{!!title}}><$view field="title"/></$link> </$list> </div> </div> <br> <br> <br> CSS here .left-e, .right-e{ float:left; } .left-e{ width:48%; } .right-e{ width:48%; margin-left:3%; } On Wednesday, May 28, 2014 8:15:38 PM UTC+5:30, PMario wrote: > > Hi, > If we should fix the code, we should be able to see the code and the CSS. > What is the required result? > -m > -- 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 tiddlywiki+unsubscr...@googlegroups.com. To post to this group, send email to tiddlywiki@googlegroups.com. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.