Hi there,
This is one of the styles in my custom style set...
{ name : 'Vertical line' , element : 'td', styles : { 'background' : 'url(http://www.artsquad.co.nz/images/line.jpg) no-repeat top center', 'height' : '317px', 'width' : '1px', } }
If I apply it to a <td> it displays in my browser like so...
<td center="" height:="" http:="" images="" line.jpg="" no-repeat="" scroll="" style="background: url("http://www.artsquad.co.nz/images/line.jpg") no-repeat scroll center top transparent; height: 317px; width: 1px;" top="" width:="" www.artsquad.co.nz="">
Basically all I want is for the td to have a background but the browser cannot understand all of that gobbledygook.
Any ideas?
Re: Editor adds quotes where they shouldn't go
Re: Editor adds quotes where they shouldn't go
Is there any way to let them do that without using a custom style set?
Re: Editor adds quotes where they shouldn't go