Page 1 of 1

RVE - HTML, inline CSS

Posted: Mon Nov 29, 2010 4:09 pm
by vega
Well, this is probably an impossible request but here goes anyway:

When exporting to HTML with inline CSS, RVE writes the Background properties separately (background-color:...; background-image:url(); background-repeat:... background-position...). I'd like to force RVE to use the shorthand form, that is => background: color img() nLeft nTop;

The reason is that the auctions site I am using to publish the RVE output, only recognizes shorthand properties for background, borders etc. It triggers errors when non-shorthand properties are used and it refuses the RVE generated code.

Any chance ?

Thanks, Dan

Posted: Tue Dec 07, 2010 3:19 pm
by Sergey Tkachenko
I am afraid no, at least not in near future.

Posted: Wed Dec 08, 2010 8:31 am
by vega
Sergey Tkachenko wrote:I am afraid no, at least not in near future.
Thanks for your reply Sergey. I realize that probably not too many of us are using inline CSS and it may not be worth the effort. Shorthand CSS properties would drasticaly optimize the RVE output though.

Regards, Dan