What does it mean that it "has formatting but is not being displayed"? What is your editor version and setup? Where do you want to have the content displayed? If you inspect the page with Firebug, can you see the content in page source?
What I mean is this is how my content is displaying in the editor:
2011 ScheduleSeptember 28 at 3pm ESTThe CITI Program Administrators' Interactive WebinarDecember 1-4National Harbor, MDPRIM&R Advancing Ethical Research Conference (AER) Visit the CITI Program at booth # 201Join us at our annual lunch! Email registration@primr.orgDecember 5-6San Antonio, TX SCAW Animal Use ConferenceVisit the CITI Program booth
This is how is should be displayed:
2013 Schedule
September 28 at 3pm EST
The CITI Program Administrators' Interactive Webinar
December 1-4
National Harbor, MD
PRIM&R Advancing Ethical Research Conference (AER)
Visit the CITI Program at booth # 201
Join us at our annual lunch! Email registration@primr.org
December 5-6
San Antonio, TX
SCAW Animal Use Conference
Visit the CITI Program booth
You have still not indicated which CKEditor version you are using and what your setup/ environment is.
I tried pasting the code you added above into our CKEditor 4 demo and the HTML is being formatted correctly. This means that either you are using an outdated CKEditor version or there is something wrong with your configuration.
Hi Anna, I got the same problem. CKeditor is not displaying the correct formatting and by formatting I mean Bold, Italic, font size, font family etc. I am using CKeditor 4.
What does it mean that it
What does it mean that it "has formatting but is not being displayed"? What is your editor version and setup? Where do you want to have the content displayed? If you inspect the page with Firebug, can you see the content in page source?
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
What I mean is this is how my
What I mean is this is how my content is displaying in the editor:
2011 ScheduleSeptember 28 at 3pm ESTThe CITI Program Administrators' Interactive WebinarDecember 1-4National Harbor, MDPRIM&R Advancing Ethical Research Conference (AER) Visit the CITI Program at booth # 201Join us at our annual lunch! Email registration@primr.orgDecember 5-6San Antonio, TX SCAW Animal Use ConferenceVisit the CITI Program booth
This is how is should be displayed:
2013 Schedule
September 28 at 3pm EST
The CITI Program Administrators' Interactive Webinar
December 1-4
National Harbor, MD
PRIM&R Advancing Ethical Research Conference (AER)
Visit the CITI Program at booth # 201
Join us at our annual lunch! Email registration@primr.org
December 5-6
San Antonio, TX
SCAW Animal Use Conference
Visit the CITI Program booth
Also, when I view source, it
Also, when I view source, it looks like this:
<cfstoredproc procedure="getAnnouncements" datasource="#request.dsnContent#"><cfprocresult name="announcements"></cfstoredproc><strong>Announcements</strong>
<blockquote>
<cfif announcements.recordcount><cfloop query="announcements">
<cfoutput>
<ul>
<li><a href="#cgi.SCRIPT_NAME#?pageID=418&id=#announcements.announcementID#">#headline#</a> </li>
</ul>
</cfoutput>
</cfloop><cfelse>There are no new CITI Program announcements </cfif></blockquote>
<br /><br /><strong>Newsletters</strong>
<blockquote>
Recent Newsletters<br /><br /><strong>Access our newsletter archives</strong>
<blockquote>
Spring 2011<br />Winter 2010</blockquote>
</blockquote>
<br /><br /><strong>Events Calendar</strong><br />
<blockquote>
<em>2011 Schedule</em><br /><br />September 28 at 3pm EST<br />The CITI Program Administrators' Interactive Webinar<br /><br />December 1-4<br />National Harbor, MD<br />PRIM&R Advancing Ethical Research Conference (AER) <br />Visit the CITI Program at booth # 201<br />Join us at our annual lunch! Email <a href="mailto:registration@primr.org">registration@primr.org</a><br /><br />December 5-6<br />San Antonio, TX <br />SCAW Animal Use Conference<br />Visit the CITI Program booth</blockquote>
Is there a way to format the source view?
You have still not indicated
You have still not indicated which CKEditor version you are using and what your setup/ environment is.
I tried pasting the code you added above into our CKEditor 4 demo and the HTML is being formatted correctly. This means that either you are using an outdated CKEditor version or there is something wrong with your configuration.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Hi Anna, I got the same
Hi Anna, I got the same problem. CKeditor is not displaying the correct formatting and by formatting I mean Bold, Italic, font size, font family etc. I am using CKeditor 4.
Thank you.