3
you can also use the block id in your themes like this
Quote:
<{if $block.title != ""}>
<{$block.title}>
<{/if}>
<{$block.content}>
then you can use css to edit the appearance of a specific block like this
Quote:
.blocktitle10 {css for title in here}
.content10 {css for content in here}
Of course you have to create your block first (so you can identufy its id)
and then write its css.