vote up 0 vote down star

I'm trying to put together a blog, and have gone with SubText and I've just installed SyntaxHighlighter but it doesn't seem to work properly. SubText or FCKEditor seems to tamper with the HTMl, inlineing everything in the pre tags and placing line-breaks at the end of each line.

Bad times!

Anyone know how to stop this?

flag

3 Answers

vote up 0 vote down

I know its not FCKEditor or SubTexts one, but TinyMCE has a flag that will format the HTML properly for you in its HTML view.

apply_source_formatting : true

and it will format all the HTML psuedo-properly. Not brilliant but better than the usual drag it all on to one line and make it really hard nigh impossible to read.

link|flag
vote up 1 vote down

in FCKEditor its related to a bug in IE where innerHTML is rendered incorrectly in pre tags. Its a common problem.

I've written a plugin for FCKEditor that uses SyntaxHighlighter to format code correctly. You can read about it here.

link|flag
vote up 0 vote down

This is caused by how each browser implements HTML design mode, and unfortunately, they all seem to mangle perfectly good HTML. There's no option to prevent this behavior, but some post processing could be done with JavaScript using regular expressions to tidy things up (or using a JS HTML parser.)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.