Problem with HTML editor

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
12/4/2013 12:35:50 AM
Gravatar
Total Posts 36

Problem with CK editor

I selected a sentence and then added H2 heading tag from html editor. But when I clicked on the source to view the HTML content it showed <h4> tag instead of <h2>. And same problem with <h1> tag. When we add <H1> tag it adds <h3> tag instead of <h1>.

I am using the latest version of mojoPortal.

12/4/2013 10:14:08 AM
Gravatar
Total Posts 18439

Re: Problem with HTML editor

This is intended behavior, but you can change it if needed as documented in the article about editor configuration.

Most users do not know much about HTML and this is intended to help them do the right thing, the site heading or logo is usually h1 and the content instance heading is usually h2 so for most content edited within the editor headings should start at h3 because it doesn't make sense or good markup structure to use h1 below h2.

Hope that helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.