Page 1 of 1

Font Format - Is there a way to set to none

Posted: Mon Apr 30, 2007 9:01 pm
by new2thiscms
Hello All,

I was wondering if anyone could help. I was wondering if there is a way to set the font format to none or just delete the paragraph tag without having to replace it with a normal div or another tag for the font format. Even when I go into the source and remove the paragraph font it replaces it as soon as I close out of the source.

Thanks for the help.

Re: Font Format - Is there a way to set to none

Posted: Mon Apr 30, 2007 9:46 pm
by ID2020
You can edit the stylesheet to prevent it from adding a style to the P tag.

P {}

Don't know if it breaks other stuff. You have to check it. ???

Greetz

ID2020