This is a migrated thread and some comments may be shown as answers.

Font size changes between Chrome & IE

1 Answer 119 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Scott
Top achievements
Rank 1
Scott asked on 05 Apr 2012, 12:42 PM
Hi there,  I'm experiencing quite a strange problem between web browsers.
If you view the attached image, it will show that when I add a table cell and enter text into the cell... In IE the editor control automatically sets the font size to 12pt but in Chrome it is automatically set to 12px resulting in different text sizes across browsers.

I'm using the latest Telerik .dll  (2012.1.215.40)

Any suggestions ?

Thanks  !!




         

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 06 Apr 2012, 08:22 AM
Hello,

You can learn how to control the appearance of the HTML elements in the content area of RadEditor in the following help article: Setting Content Area Defaults as well in this live demo: Customize Content Area.

You need to create a CSS file and define in it a CSS class for TD elements with font-size: desired value, e.g.

TD { font-size: 12pt; }

After that import the CSS file via the CssFiles property.

Kind regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
Scott
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or