Forum

Thread tagged as: Problem

My CK Editor is rendering HTML code on my website. Not sure why.

My CK Editor is rendering HTML code on my website.

HTML

<h3>
<perch:content type="text" id="heading" title="true" label="Heading" help="Example: MAKE CONNECTIONS "/>
</h3>
<div id="element110d">
<perch:content id="body" type="textarea" label="Text" textile="true" editor="ckeditor" />
</div>

I put in this.

INDIVIDUAL / NON-PROFIT MEMBERSHIP:

Benefits:

    Inclusion of Member’s name in Online Directory in Chamber’s Website
    Access to Chamber’s Member-to-Member discount program
    Access to Chamber’s monthly networking events or Enlaces
    Access to Chamber Care and 3% discount on Group Health Cooperative health insurance

BASIC BUSINESS MEMBERSHIP

Benefits: same as Individual / Non-Profit Membership, plus:

    Chamber support and assistance in ribbon cutting ceremony or Open House.
    Inclusion of Company name and logo in the Online Directory
    Business assistance and consultation without charge
    Access to 5 job postings per year on LCC website
    Chamber decal for your company and your website
    Group discounts to workshops and seminars

PREFERRED BUSINESS MEMBERSHIP:

Benefits: same as Basic Business Membership, plus:

    Access to 20 job postings per year on LCC website
    Facebook company feature
    Unlimited employees at Chamber programs
    Company logo in our website for one year from receipt of fees.

COMMUNITY PARTNER MEMBERSHIP:

    Benefits: same as Preferred Business Membership, plus:
    Unlimited access to job postings per year on LCC website
    Promote company name and logo in Chamber’s website
    Company name and logo in Chamber’s quarterly newsletter

And this is what shows up on the webpage.

<p><strong>INDIVIDUAL / NON-PROFIT MEMBERSHIP:</strong></p>

<p><strong>Benefits:</strong></p>

<ul> <li>Inclusion of Member’s name in Online Directory in Chamber’s Website</li> <li>Access to Chamber’s Member-to-Member discount program</li> <li>Access to Chamber’s monthly networking events or Enlaces</li> <li>Access to Chamber Care and 3% discount on Group Health Cooperative health insurance</li>
</ul>

<p><strong>BASIC BUSINESS MEMBERSHIP</strong></p>

<p><strong>Benefits: same as Individual / Non-Profit Membership, plus:</strong></p>

<ul> <li>Chamber support and assistance in ribbon cutting ceremony or Open House.</li> <li>Inclusion of Company name and logo in the Online Directory</li> <li>Business assistance and consultation without charge</li> <li>Access to 5 job postings per year on LCC website</li> <li>Chamber decal for your company and your website</li> <li>Group discounts to workshops and seminars</li>
</ul>

<p><strong>PREFERRED BUSINESS MEMBERSHIP:</strong></p>

<p><strong>Benefits: same as Basic Business Membership, plus:</strong></p>

<ul> <li>Access to 20 job postings per year on LCC website</li> <li>Facebook company feature</li> <li>Unlimited employees at Chamber programs</li> <li>Company logo in our website for one year from receipt of fees.</li>
</ul>

<p><strong>COMMUNITY PARTNER MEMBERSHIP:</strong></p>

<ul> <li>Benefits: same as Preferred Business Membership, plus:</li> <li>Unlimited access to job postings per year on LCC website</li> <li>Promote company name and logo in Chamber’s website</li> <li>Company name and logo in Chamber’s quarterly newsletter</li>
</ul>
Aaron Storm

Aaron Storm 0 points

  • 7 years ago
Rachel Andrew

Rachel Andrew 394 points
Perch Support

If you are using ckeditor you need html="true" on your template tag, and not textile="true".

The docs are here: https://docs.grabaperch.com/docs/templates/attributes/type/textarea/

That's what it was. Thank you.