Forums

This topic is locked

Advanced HTML Editor

Posted 15 Sep 2007 00:53:35
1
has voted
15 Sep 2007 00:53:35 billy flynt posted:
The advanced html editor product is displaying the page background image in the editor field. This makes it difficult for the user use.

Is there a way to instruct the advanced html editor to bypass displaying the background-image url in the editor field?

The following line is a sample of our page style, that is being displayed by the editor:

body
{
background-image: url(/content/ugly-background.gif);
background-repeat: repeat-x;
}

Thanks for your support

Replies

Replied 15 Sep 2007 09:47:19
15 Sep 2007 09:47:19 Georgi Kralev replied:
Hi Billy,

Try the following:

Change your style to:
<i>
<b>.body</b>
{
background-image: url(imageGallery/163157_5861.jpg);
background-repeat: repeat-x;
}</i>

And at the body tag add class="body"
For example:
<i>&lt;body <b>class="body"</b>&gt;</i>

I hope this helps you.

Best regards,

Georgi Kralev

----------------------------------
Support - www.DMXzone.com

Reply to this topic