Hi,
A pretty common scenario with customers and DNN:
Customer is getting new DNN web site, when he tries to edit some
content usually via some text provider (such as FREETEXTBOX) -
the customer is changing the font, size and layout unintentionally causing the
design to be inconsistent.
The problem is that most of the modules and skings layout are defined
with CSS, but the FTB provider is based on the html font tag (size, color, font-family).
When you apply style with the FTB nothing is been shown on the screen (only in
the html editor).
Is there some way or text provider to restrict the customer to some speicifc font?
Is there some text provider which allows only using styles and not other menus?
Is there plain text provider for DNN (like textarea in html)?
Thanks.