RVE - HTML, inline CSS

General TRichView support forum. Please post your questions here
Post Reply
vega
Posts: 50
Joined: Fri Oct 26, 2007 6:29 am

RVE - HTML, inline CSS

Post 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
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

I am afraid no, at least not in near future.
vega
Posts: 50
Joined: Fri Oct 26, 2007 6:29 am

Post 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
Post Reply