Custom block wrapper

Hi there.



How can I add a custom block wrapper to my content blocks?



Thanks everyone.

Here is what I have for my categories sidebox:


```php {* $Id: sidebox.tpl 6218 2008-10-28 13:33:24Z angel $ *}



Products


{$content|default:" "}


```

This puts an image as the top of the sidebox instead of just the text. This file is located in my:

skins/basic/customer/blocks/wrappers

Then all I have to do is select the wrapper just like selecting any other wrapper.

Brandon

Thanks so much. That’s great for one block. however, I am trying to wrap multiple blocks. Sorry to be a pain, but is there any easy way to do that?



I am currently using 2 custom html blocks, one before the two blocks (open div) and one after the 2 blocks (close div).