The forum operates in read-only mode. Please head to StackOverflow for support.
Near the bottom of the script the line reads
<body style="OVERFLOW: hidden" scroll="no" style="padding:0px;">
<body style="overflow: hidden; scroll=no; padding:0px;">
<body style="overflow: hidden; scroll:no; padding:0px;">
scroll:no is not valid. Actually overflow:hidden is there for it.The correct fix would be simply:
<body style="overflow:hidden; padding:0px;">
Frederico Knabben CKEditor Project Lead and CKSource Owner -- Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: fck_spellerpages.html
you should use
... but I haven't checked if scroll:no is valid for CSS?!
Re: fck_spellerpages.html
scroll:no is not valid. Actually overflow:hidden is there for it.
The correct fix would be simply:
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn