I've been beating my head against the wall trying to get this code/plugin 
to work to no avail. I'm apparently missing something huge because no 
matter what code or plugin I copy/paste from anywhere it never seems to 
work.I imagine I'm missing something about creating/implementing 
StyleSheets.

One example is this code for creating Multicolumn tiddlers: 
https://groups.google.com/forum/#!searchin/TiddlyWiki/malo$20stylesheet/tiddlywiki/5aq9cYiOmGo/80ULjcqtIQUJ
  
or at http://multicolumn.tiddlyspot.com/


I'll start off by creating a tiddler StyleSheet, give it a systemConfig tag 
and then enter in the code "[[MaloStyleSheet]]", then on that tiddler I 
enter in the code:

/***
>
> Malo - CSS Library
>
> Author:Vladimir Carrer
>
>         
>
> see: http://code.google.com/p/malo/
>
>
>> ***/
>
> /*{{{*/
>
>   
>
> /* 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:98%;}  /* changed it a little bit */
>
>
>> .clear{ clear:both;}
>
>
>> /* top border */
>
> .dp100,.dp50,.dp33,.dp25{ border-top:1px solid #111;}
>
> .dp100,.dp50,.dp33,.dp25{ padding-left: 1%; padding-right: 1%; 
>> margin-right:0%;} 
>
>
>> /*}}}*/
>
>
Then I'll create a Test tiddler with the code:

<<tiddler $1 "dp100">>
<<tiddler $2 "dp50">> <<tiddler [[$3]] "dp25">><<tiddler [[$4]] "dp25">> 

<<tiddler $5 "dp100">>

With all the $1/$2/$3/$4 stuff changed out for actual tiddlers, but nothing 
is happening. What am I missing? 


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/788c9da1-d09e-4d0e-9e41-528febf12504%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to