ChriS
Junior Member
Posts: 47
Joined: Jan 2012
|
CKeditor weird reformating of headline-tags
I have a weird reformatting of text at the end in certain conditions: the last word is reformated in a new tag if followed by text not in tags. I like to ask here if this is something that happens to everyone (CKeditor bug)?
Example codes:
Code should stay like this:
Code:
<h2>
Hoppala! Seite nicht gefunden</h2>
Es tut uns leid, aber die angegeben Seitenadresse scheint nicht zu existieren.
Code is reformated in WYSIWG mode to this:
Code:
<h2>
Hoppala! Seite nicht</h2>
<h2>
gefunden</h2>
Es tut uns leid, aber die angegeben Seitenadresse scheint nicht zu existieren.
I know the p tag or something else should be used, but I need it like that.
Advanced HTML5 & CSS3 coder. Simple JS & PHP hacker (not enough for new function coding). New to GS (Feb. 2012). Focusing on Theme customizing/Template files. Experience with WP.
|
|
|
|
Connie
Super Moderator
Posts: 2,719
Joined: Feb 2011
|
CKeditor weird reformating of headline-tags
Chris,
are you creating a 404-page?
I never encountered that, but I also do not know how you can enter a <H2> and following text without tags.
Which editor-options do you use?
How do you enter the text?
|--
Die deutsche GetSimple-Webseite: http://www.Get-Simple.de = the german Get-Simple-Website!
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18
|
|
|
|
ChriS
Junior Member
Posts: 47
Joined: Jan 2012
|
CKeditor weird reformating of headline-tags
Hi Connie. Seems I have overlooked your answer. Yes it was for 404. The code was entered in "HTML-mode" but when changing to WYSIWYG (editor) the formatting was changed.
I think I solved the problem by adding p tag and restyling the CSS.
Advanced HTML5 & CSS3 coder. Simple JS & PHP hacker (not enough for new function coding). New to GS (Feb. 2012). Focusing on Theme customizing/Template files. Experience with WP.
|
|
|
|