RVE - HTML, inline CSS
Posted: Mon Nov 29, 2010 4:09 pm
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
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