Forumlar / Cotonti / Support / Unable to use html in CKeditor.

It makes a mess of the page.

annihillator
#1 2011-04-11 12:58

When I create a page with a message, eg,

 

<div style="background-image:url(&quot;http://www.quackit.com/pix/smile.gif&quot;);background-repeat:repeat;width:200px;height:200px;">
    <p>
        HTML background code is limited, CSS background code is much better!</p>
</div>
<p>
    <a href="http://www.quackit.com/web_graphics/free_website_graphics/free_website_background_patterns.cfm" style="font-size:10px;">Background Patterns</a></p>

 

It shows the outcome in normal view when editting it but when I publish it things start to happen and then the actual output is:

 

<div style="background-image:url(&quot;http://www.quackit.com/pix/smile.gif&quot;);background-repeat:repeat;width:200px;height:200px;">
    <p>
        HTML background code is limited, CSS background code is much better!</p>
</div>
<p>
    <a href="http://www.quackit.com/web_graphics/free_website_graphics/free_website_background_patterns.cfm" style="font-size:10px;">Background Patterns</a></p>

 

 

Instead of what I really wanna do.  How can this be resolved?

http://www.crazygaming.co.tv
 


Bu konu annihillator tarafından düzenlendi(2011-04-11 12:59, 12 yıllar önce)
Kort Çevrimiçi
#2 2011-04-11 13:33

Turn off the BBcode Parser plugin

SED.by - создание сайтов, разработка плагинов и тем для Котонти
annihillator
#3 2011-04-11 14:21

Thank you so much Kort.  I paused the "global" setting whilst keeping BBcode parsing available in the forums.