On Jan 20, 3:31 pm, RA <nameany...@gmail.com> wrote:
> What is the best way to render a box of certain height and width in
> pixels? I don't want to add a style definition to StyleSheet just for
> this box, but that is a possible solution, here's an example:
>
> {{width489px height464px{
> <<tabs ... >>
> }}}

TiddlyWiki "inline CSS" syntax is:
  @@attribute:value;attr:val;...;attr:val;CONTENT@@

Thus, for your box:
   @@display:block;height:464px;width:489px;<<tabs ...>>@@

enjoy,
-e

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@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