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

Table Borders

2 Answers 92 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Richard
Top achievements
Rank 1
Richard asked on 22 Feb 2011, 04:23 PM
Hi,
I have some HTML that I am rendering in a RadRichTextBox.  Before I upgraded to the newest assemblies(2010.3.1314.1040), everything was displaying correctly.  Now whenever I have tables in my HTML, I am always seeing borders.  Is there a way to remove the borders on the HTML side?  I have already tried  <table border="0"> but that does not work.
Thanks.

2 Answers, 1 is accepted

Sort by
0
Ivailo Karamanolev
Telerik team
answered on 23 Feb 2011, 10:31 AM
Hi Richard,

In the latest version, the one you upgraded to, the border attribute is not properly supported due to changes in our internal document model. Using the latest version, you can work around the problem by using
<table style="border: none;">
This removes the border correctly. We will support the border attribute again starting with Q1.
Let us know if we can assist you any further.

Greetings,
Ivailo
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
Richard
Top achievements
Rank 1
answered on 23 Feb 2011, 02:24 PM
Thank you...that worked perfectly.
Tags
RichTextBox
Asked by
Richard
Top achievements
Rank 1
Answers by
Ivailo Karamanolev
Telerik team
Richard
Top achievements
Rank 1
Share this question
or