Hi,
am interested in how our decentralised editors (who will be using Edit+) would recreate this code (from Twitters bootstrap CSS) using the WYSIWYG editor:
Some content here
<div class="span4">
<div class="well">
Look i'm in a well!
</div>
</div>
Some content here
(It seems that bootstrap doesnt like the combination of these two classes into one div (ie <div class="span4 well">) due to width/padding issues.)
It's simple using the code interface but not sure how to do it in WYSIWYG. I know it wouldnt be too tough if the span4 div was created using a content_div asset but I am looking for a solution that doesnt require the creation of too many div containers.
Is it possible or are div containers the only easy-ish way of achieving this code.
Thanks,
Steve.
EES Build 1738+