Inner Wrapper for a block
Permalink
I would like to create an Inner wrapper for any block, so that when a style is set to a block the wrapper is on the inside, something like this:
<div id="id_set_in_block_design" style="style_set_in_design">
<div class="my_inner_wrapper">
block content
</div>
<div>
blockWrapperStart does that but on the out side, and same for Jordan Lev's Block Wrapper Templates
<div id="id_set_in_block_design" style="style_set_in_design">
<div class="my_inner_wrapper">
block content
</div>
<div>
blockWrapperStart does that but on the out side, and same for Jordan Lev's Block Wrapper Templates