Hi,
I would like to create style of text that would apply more divs. I need this because of rounded corners and flexible height. If you chose style "quotation", it should apply this:
<div class="quote"><div class="top"><div class="bottom">
Your text
</div></div></div>
---
In my fckstyles.xml I can write
<Style name="quotation" element="div">
<Attribute name="class" value="quote" />
</Style>
but how can I put inside 2 more divs ? Is it possible ?
Thank you very much,
Peter
I would like to create style of text that would apply more divs. I need this because of rounded corners and flexible height. If you chose style "quotation", it should apply this:
<div class="quote"><div class="top"><div class="bottom">
Your text
</div></div></div>
---
In my fckstyles.xml I can write
<Style name="quotation" element="div">
<Attribute name="class" value="quote" />
</Style>
but how can I put inside 2 more divs ? Is it possible ?
Thank you very much,
Peter
divs within divs