Page 1 of 1

[SOLVED] Html Disapears when i click apply in a page

Posted: Wed Oct 15, 2008 9:36 am
by Gally
I have a strange fault that when i edit a page and add into my page i click apply and it works.
but when i click submit and then re open the page the code has disapeared.
All the other code is still there
It is just a simple div tag so to set my pages up a bit better for printing. I cant understand why this bit of code will not save.
I have tried entering it by unchecking the WYSIWYG box and typing it in and I have also tried the Html source editor.

hope some one can help, Thanks

Re: Html Disapears when i click apply in a page

Posted: Thu Oct 16, 2008 8:59 am
by Gally
I have also tried 


and the css:


h1{page-break-before: always;}


but this disapears when i reopen the page in the editor. I have tried MF and IE thinking it may be the browser but for some reason the page editor just doesnt like either bits of code.
Does anybody know of a way to enter a page break for printing in CMSMS

[SOLVED] Re: Html Disapears when i click apply in a page

Posted: Thu Oct 16, 2008 9:39 am
by Gally
I have finaly found one that works

Css:
p { page-break-before: always; }

Html:


This one save ok and breaks the page for printing.