Custom Area Layout (v.8)
Permalink
Hi friends. Do you know how to set custom tag wrappers for my area?
For example, I create an area, and assign custom class to it (by Click -> Edit Area Design -> Advanced -> Custom class). So, the content of this area is wrapped in tags like that:
<div class="ccm-.........">
block1 content
block2 content
....
</div>
What if I want to user <span> or <p> wrapper instead of <div>. What do I have to do?
For example, I create an area, and assign custom class to it (by Click -> Edit Area Design -> Advanced -> Custom class). So, the content of this area is wrapped in tags like that:
<div class="ccm-.........">
block1 content
block2 content
....
</div>
What if I want to user <span> or <p> wrapper instead of <div>. What do I have to do?