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

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
Gally
Forum Members
Forum Members
Posts: 12
Joined: Sat Sep 06, 2008 9:13 am

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

Post 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
Last edited by Gally on Thu Oct 16, 2008 9:40 am, edited 1 time in total.
Gally
Forum Members
Forum Members
Posts: 12
Joined: Sat Sep 06, 2008 9:13 am

Re: Html Disapears when i click apply in a page

Post 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
Gally
Forum Members
Forum Members
Posts: 12
Joined: Sat Sep 06, 2008 9:13 am

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

Post 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.
Locked

Return to “[locked] Installation, Setup and Upgrade”