The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
CKeditor weird reformating of headline-tags - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: CKeditor weird reformating of headline-tags (/showthread.php?tid=2942) |
CKeditor weird reformating of headline-tags - ChriS - 2012-03-18 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> Code is reformated in WYSIWG mode to this: Code: <h2> CKeditor weird reformating of headline-tags - Connie - 2012-03-18 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? CKeditor weird reformating of headline-tags - ChriS - 2012-05-10 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. |