Hi,
I am currently using rad editor to modify stylesheets with great difficulty. The problem lies with the fact that when a stylesheet is loaded within the editor all the whitespaces are removed. eg.
abbr,acronym,dfn{cursor:help;border:0;}
a abbr,a acronym,a dfn{cursor:pointer;}
pre,address{margin:0;padding:0;}
p,blockquote{margin:0;padding:0 0 1em 0;line-height:1.3em;}
img{border:0;}
small{font-size:0.91em;}
becomes
abbr,acronym,dfn{cursor:help;border:0;} a abbr,a acronym,a dfn{cursor:pointer;} pre,address{margin:0;padding:0;} p,blockquote{margin:0;padding:0 0 1em 0;line-height:1.3em;} img{border:0;} small{font-size:0.91em;}
Is there a way to fix this problem. I have disabled all contentfilters but this still occurs.
Lee
I am currently using rad editor to modify stylesheets with great difficulty. The problem lies with the fact that when a stylesheet is loaded within the editor all the whitespaces are removed. eg.
abbr,acronym,dfn{cursor:help;border:0;}
a abbr,a acronym,a dfn{cursor:pointer;}
pre,address{margin:0;padding:0;}
p,blockquote{margin:0;padding:0 0 1em 0;line-height:1.3em;}
img{border:0;}
small{font-size:0.91em;}
becomes
abbr,acronym,dfn{cursor:help;border:0;} a abbr,a acronym,a dfn{cursor:pointer;} pre,address{margin:0;padding:0;} p,blockquote{margin:0;padding:0 0 1em 0;line-height:1.3em;} img{border:0;} small{font-size:0.91em;}
Is there a way to fix this problem. I have disabled all contentfilters but this still occurs.
Lee