Hi there,
I have an aspx which inherits from a master page. In the aspx page's directive, it also inherits some theming code which is universal to all pages, so I can't change the inherited code behind.
But the font size drop down (which contains fonts 1-7), instead of having varied height for each size in the dropdown when moused over, all sizes are equal, so the different sizes are overlapping with each other.
The second issue is that in the content area, the text is cut off if using font 7, so only upper part of the letters are shown, it seems there is a height limit and the letters also overlap between lines. For this issue, I temporarily fixed it by indicating the CSS file,
<CssFiles>
<telerik:EditorCssFile Value="~/EditorContentAreaGlobal.css" />
</CssFiles>
in the content body. I wonder if there is a better way to achieve this.
Any help is appreciated.
Henry
I have an aspx which inherits from a master page. In the aspx page's directive, it also inherits some theming code which is universal to all pages, so I can't change the inherited code behind.
But the font size drop down (which contains fonts 1-7), instead of having varied height for each size in the dropdown when moused over, all sizes are equal, so the different sizes are overlapping with each other.
The second issue is that in the content area, the text is cut off if using font 7, so only upper part of the letters are shown, it seems there is a height limit and the letters also overlap between lines. For this issue, I temporarily fixed it by indicating the CSS file,
<CssFiles>
<telerik:EditorCssFile Value="~/EditorContentAreaGlobal.css" />
</CssFiles>
in the content body. I wonder if there is a better way to achieve this.
Any help is appreciated.
Henry