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
[SOLVED] Html Disapears when i click apply in a page
[SOLVED] Html Disapears when i click apply in a page
Last edited by Gally on Thu Oct 16, 2008 9:40 am, edited 1 time in total.
Re: Html Disapears when i click apply in a page
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
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
I have finaly found one that works
Css:
p { page-break-before: always; }
Html:
This one save ok and breaks the page for printing.
Css:
p { page-break-before: always; }
Html:
This one save ok and breaks the page for printing.