Hi Jassie,
Straight to the points:
- If the font is applied via the Font Name and Font Size/Real Font Size tools or available as a markup/inline CSS style then it will be available in the exported content. If however the font is applied via a CSS class, then it won't be available in the exported markup. The following article explains this scenario and provides two solutions: No FONT tags are applied when I type text in the editor.
- The https://demos.telerik.com/aspnet-ajax/editor/examples/completehtmlsupport/defaultcs.aspx demo shows how to edit full html page in the editor. Usually the editable iframes offer the ability to edit the contents inside the body tags of the page. RadEditor goes beyond this limitation and allows you to have html, head and body tags when obtaining the content via the RadEditor1.Content server property. The html, head, title, body tags are not visible in Design mode, but only in HTML mode of the control. You can find information for the Edit modes here.
What do you mean to edit the content before RadEditor is opened? The content loaded in RadEditor is a string, and you can edit it as you wish prior loading it in the control via the Content server property. Can you provide screenshots and what you'd like to achieve?
- You can have <br> tags outside or inside the paragraph tags. I don't see a problem in mixing them.
Regards,
Rumen
Progress Telerik
Get
quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.
Learn More.