Is there a way to get the RTE editor to generate CSS rather that obsolete FONT tag?
This causes a problem when I want to allow the user to select any size font as the HTML produced is <font size="X"></font> where X can only be a number between 1 and 7.
What I want is for the user to specify the exact font size.
This causes a problem when I want to allow the user to select any size font as the HTML produced is <font size="X"></font> where X can only be a number between 1 and 7.
What I want is for the user to specify the exact font size.