Hi,
I am having problem when using background image inserts.
What it does is it converts as below:
<td width="250" height="18" style="background-image: url("/images/someimage.jpg");">
whereas it should be as
<td width="250" height="18" style="background-image: url(/images/someimage.jpg)">
Can anyone please let me know how can i fix this
Thanks
I am having problem when using background image inserts.
What it does is it converts as below:
<td width="250" height="18" style="background-image: url("/images/someimage.jpg");">
whereas it should be as
<td width="250" height="18" style="background-image: url(/images/someimage.jpg)">
Can anyone please let me know how can i fix this
Thanks