C
CrimsonSkyGraphics
I've searched around and can't find a way to do this. Here's my problem:
When I'm writing codes for FrontPage templates I've noticed that often
FrontPage will "clean up" the code after I click save. It doesn't happen
every time, but most times. By cleaning up, I mean it shortens the code. For
example:
It would turn this code:
background-image:url('images/template/CSG_pageBG.jpg');
background-repeat: repeat-x;
background-position: center;
into something like:
background: images/template/CSG_pageBG.jpg repeat-x center 50%;
I've noticed that the edited version of the code doesn't work in all
browsers and can sometimes mess up my templates. I've spent literally hours
trying to get my templates to save the code I type in without changing it.
It's starting to annoying me.
Is there an option in the program that I've missed to stop this from
happening? I figure there must be somewhere.
Thank you!
When I'm writing codes for FrontPage templates I've noticed that often
FrontPage will "clean up" the code after I click save. It doesn't happen
every time, but most times. By cleaning up, I mean it shortens the code. For
example:
It would turn this code:
background-image:url('images/template/CSG_pageBG.jpg');
background-repeat: repeat-x;
background-position: center;
into something like:
background: images/template/CSG_pageBG.jpg repeat-x center 50%;
I've noticed that the edited version of the code doesn't work in all
browsers and can sometimes mess up my templates. I've spent literally hours
trying to get my templates to save the code I type in without changing it.
It's starting to annoying me.
Is there an option in the program that I've missed to stop this from
happening? I figure there must be somewhere.
Thank you!