Oct 07 2010
Hey Rad Editor, where'd my paragraph tags go?!
By: Joe Staroba
If you're an HTML purist and would like the DotNetNuke Rad Editor to use paragraph tags
instead of the default break tag every time you hit the Enter key on your keyboard then following these simple steps:
- Download the ConfigDefault.xml file from the following location: /Providers/HtmlEditorProviders/Telerik/Config
- Find the following line of code
true
and change it to read
false
- Congratulations! That's it! Any module that uses the Telerik Rad Editor will now use paragraph tags instead of break tags.