CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 Wysiwyg to Label

Print topic Send  topic

Author Message
Tom
Posted: 11/04/2003, 10:56 AM

I'have succesfully implemented a wysiwyg editor to replace a textarea.
The text entered in the editor, is displayed by a html format label on another page. I can make the label display bold, Italic, underline and color, but the font size displayed are always the same.
How do I set the properties for the label to display different font sizes?

Regards Tom
Hamilton
Posted: 11/04/2003, 12:37 PM

The WYSIWYG Editor usually has a CSS (Cascading Style Sheet) that comes with it... edit that.
RonB
Posted: 11/04/2003, 1:24 PM

Look at the code the editor generated. If there are <font.</font> tags present they will override anything you add to the label. That's the way the document object model works. So if you want control over fonts make sure you do not define any in the editor.

Ron
Headhunter
Posted: 11/04/2003, 2:22 PM

Probably you have defined a theme that comes with cc(s). Edit your theme or create a custom style for that specific label or table (cel)

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

PHP Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.