The forum operates in read-only mode. Please head to StackOverflow for support.
var htmlFilter = dataProcessor.htmlFilter; htmlFilter.addRules({ elements: { p: function (element) { element.attributes.style = 'font-family: Arial; color:#707070; font-size: 9px; margin:0; padding:0; line-height:11px;'; } } });
Re: Change how <p/> tags are outputted