Hi,
i've tried to change the Blockquote style so it will use <div class="quote">...</div> insted of <blockquote>.
i added this line:
into the CoreStyles configuration (because it seemd the ideal way to do it) and it didn't work.
what can i do in order to replace it?
thanks in advanced.
i've tried to change the Blockquote style so it will use <div class="quote">...</div> insted of <blockquote>.
i added this line:
'Blockquote' : { Element: 'div', Attributes : { 'class' : 'quot' }, Overrides : 'blockquote' },
into the CoreStyles configuration (because it seemd the ideal way to do it) and it didn't work.
what can i do in order to replace it?
thanks in advanced.
Re: Replacing <blockquote> by <div class="quote&qu
i tried everything..
i tried to change the xml file too, of course..