When I insert a table with the table wizard in the RadEditor, I see no dotted lines which indicates where the columns and rows are, like in your examples. The table is inserted, I can see that in the HTML mode, put I like to see the dotted lines. Can you help me?
Kind regards, Barbara
1 Answer, 1 is accepted
0
Rumen
Telerik team
answered on 14 Jul 2008, 06:41 AM
Hi Barbara,
The problem
could be related to some global style for TABLE, TR, TD elements that
is overriding the TABLE style that the editor applies to the inserted
tables in Design mode. Please, remove your css stylesheet from your
page and see whether the problem still persists.
The easiest way to fix the problem is to specify just the css classes you want loaded in the editor by using its CssFiles property
- this is how the editor will not pick up the styles from the parent
page, e.g.