From: RichardOnRails Date: 2009-07-12T09:55:05+09:00 Subject: Shoes2 newbie question about documentation example Hi, I following the documentation at http://hackety.org/press/nks.pdf It suggests the following code: Shoes.app do title "Title" subtitle "Subtitle" # [snip] end will produce the output: Title 34px Subtitle 26px [snip] First, to list the entries as show, the source list needs to be embedded in the block: stack do end Secondly, the demo leads a newbie to think the pixel heights will be explicitly printed. Of course, no sizes are printed. My question: is it easy to amend the source code to actually to be included in the output as suggested? (I just want to see if Shoe2 is really as easy as its advertisers suggest. Thanks in Advance, Richard