so.. i really want to use EE's great Wygwam extension that is built on CKeditor to put predefined div's into a wygwam field.. what i mean is i'd like to select a style from the drop down and something like the below gets inserted...
<div class="factwrapper220">
<div class="smNumCentre">ONE IN TWO</div>
<div class="factTextCentre">Nunc non est feugiat enim imperdiet commodo eu non eros.</div>
<div style="clear:both"></div>
</div>
some of the div's would be prefilled and then the content editor can then change these values/text.. i just wanted to know is this approach possible ? and if not what would be a better way of allowing content creators fill predefined div structures..
thanks in advance!