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

[Solved] Writing in a table or out : font is different...

1 Answer 34 Views
RadControls
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
FPL
Top achievements
Rank 1
FPL asked on 08 Nov 2006, 03:35 PM
Hi all

We have quite a lot of fun trying to write text with the same font & size.

We noticed that if you write bold text in a table, or with no table, there is a difference of font size.

Did someone noticed the same ?

Best
Fabrice

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 08 Nov 2006, 04:16 PM
Hi Fabrice,

You can control the text appearance in the content area from the following css file
~/RadControls/Editor/Schemes/Default/EditorContentArea.css.

You can customize the font appearance in the Table element by modifying the font property inside the following class:

.RadEContentBordered table
{
    font: 14px Times New Roman;    
    BORDER-RIGHT
: #999999 1px dashed
    BORDER-BOTTOM: #999999 1px dashed;
}

To see the changes you should to restart your browser window after saving the changes in the EditorContentArea.css file.

Please also make sure whether there are not any global css styles in your page that overrides the classes in the EditorContentArea.css file.

Kind regards,
Rumen
the telerik team
Tags
RadControls
Asked by
FPL
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or