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

Underline problem

1 Answer 62 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Bader
Top achievements
Rank 1
Bader asked on 14 Aug 2011, 01:54 PM
Hello,

I have aproblem with the undeline button, Sometimes it is not working.
I'm trying to remove the underline from blank space (View attached screen-shot), but the underline button is not functioning.

Here is the control:
<telerik:RadEditor runat="server" ID="CntntRadEditor" Height="500px" Width="100%" style="z-index:1000;" Content='<%# DataBinder.Eval( Container, "DataItem.Cntnt") %>' ToolsFile="~/Common/Controls/RadEditor/xml/CustomFullSetOfToolsForSecureTables.xml">
                            <Modules>
                                <telerik:EditorModule Visible="false" />
                            </Modules>
                            <ImageManager ViewPaths="~/Guides/QA/Design/Contents" UploadPaths="~/Guides/QA/Design/Contents" DeletePaths="~/Guides/QA/Design/Contents" />
                            <DocumentManager ViewPaths="~/Guides/QA/Design/Contents" UploadPaths="~/Guides/QA/Design/Contents" DeletePaths="~/Guides/QA/Design/Contents" SearchPatterns="*.doc,*.txt,*.docx,*.xls,*.xlsx,*.pdf,*.xml,*.gif,*.jpg,*.png" />
                        </telerik:RadEditor>

Please, I need your help in order to enable the user to add and remove the underline without problems.
It is appreciated to send me the modified code.

Regards,
Bader

1 Answer, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 17 Aug 2011, 11:44 AM
Hi Bader,

I tried to reproduce the problem but to no avail. Could you please provide more detailed information on the subject?
  • Which version of RadControls for ASP.NET AJAX and .NET Framework are used in the application?
  • Under which browser and its version the problem occurs?
  • Are you able to reproduce the problem on the live demos? If so, could you please provide the exact steps the need to be executed in order to reproduce the issue?
  • Could you please provide a simple fully runnable project reproducing the problem so we can investigate it further?

On a side note, the default decoration of links in the HTML is underlined text and this decoration is not controlled by the RadEditor's tools. If this is the case, you can remove the underline of the links using the following CSS:
a, a:hover, a:visited
{
    text-decoration: none;
}


Greetings,
Dobromir
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Editor
Asked by
Bader
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or