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

CSS Border-Top.

2 Answers 35 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Sébastien
Top achievements
Rank 1
Sébastien asked on 27 Jul 2010, 04:12 PM
What is the css  class that I need to modify to change the top border of the radEditor. There are properties to modify the entire border, but I want the top one to be different.

2 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 27 Jul 2010, 04:32 PM
Hi Sébastien,

You can set the initial appearance of table elements in the content area by loading a css file through the CssFiles property which contains the following global css selector:

table
{
     border-top: #999999 1px dashed;
     ....
}

You can find more information in the following articles:
http://www.telerik.com/help/aspnet-ajax/editor-content-area-appearance-problems.html
http://www.telerik.com/help/aspnet-ajax/editor-setting-content-area-defaults.html

You can also use the Table Properties CSS Class Layout tool to achieve your scenario.

Kind regards,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Sébastien
Top achievements
Rank 1
answered on 27 Jul 2010, 05:32 PM
I don't need to do it finally but you're answer is good, thanks anyway.
Tags
Editor
Asked by
Sébastien
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Sébastien
Top achievements
Rank 1
Share this question
or