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

Size of HTML in the Editor?

1 Answer 31 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Angela
Top achievements
Rank 1
Angela asked on 02 Oct 2015, 01:17 PM

Forgive me, this may not be in the correct forum section.

We are running DNN 7.3.4 with the Telerik RAD editor version 2013.2.717.40

When you switch to html view, the code is TINY. I know I can zoom up my monitor screen but that's not the best solution. How do I increase the size of the HTML code view? Is there a setting somewhere? I see in the documentation on this site that some versions have a Zoom feature, but our version does not and I am not able to upgrade anything on our server.

Any help would be appreciated, as I am going blind with the tiny HTML view!

thanks!!!

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 07 Oct 2015, 12:39 PM

Hello Angela,

This is, most likely, caused by some CSS rule on the page, since things seem fine in the RadEditor demos: http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx.

Thus, I advise that you inspect the textarea in your browser's dev toolbar and see what CSS rules apply to it in order to add your own that will override them and provide the desired font size. It could be something like

.reTextArea
{
 font-size: 50px !important;
}

I also feel obliged to note several important things:

  • we do not support DNN integration
  • DNN have a lot of custom code on top of RadEditor. Thus, it is best to ask their support or community for help related to issues in the DNN environment.

On a side note, I advise that you post your questions in the relevant product forums. In this case that would have been the RadEditor for ASP.NET AJAX forum.

Regards,

Marin Bratanov
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Angela
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or