How to Change the Default Text Editor in DotNetNuke - Issue 59
Last Post 01/11/2011 11:39 PM by Fozzy. 4 Replies.
Author Messages
Lee Sykes
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945


--
08/02/2010 3:18 AM
    Add any comments or questions regarding the How to Change the Default Text Editor in DotNetNuke tutorial from Issue 59
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile
    Fozzy
    Nuke Active Member
    Nuke Active Member
    Posts:28


    --
    01/04/2011 5:39 PM
    I just watched these videos and they are extremely helpful (just like the rest of your videos) thank you!

    In the videos you show how to format for CSS. Can I do the same for styling div tags? Also I am trying to use images in my CSS within this module, but they are not displaying. Is this not allowed?
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    01/05/2011 8:03 AM
    CSS can be used to style any tags, including DIV tags.

    Yes, you can use images.  If you are having trouble, post some examples.  The most common problem is referring to the images correctly.

    Joe Craig, Patapsco Research Group
    Complete DNN Support
    Fozzy
    Nuke Active Member
    Nuke Active Member
    Posts:28


    --
    01/11/2011 11:37 PM
    Sorry for the delay in this reply. I am having an issue with making custom CSS changes to the Telerik RAD editor and for some reason the RAD editor will not display the CSS after I click on save. I hope you guys can help me solve this issue.

    Here is my code for my ToolDefaultCustom.xml (from the TelerikRADeditor):























    Here are some of the code from my Telerik_RADEditor.css (root\portals\0\), but all of my CSS is not staying after I click "Save"

    .checks li{background:url(images/gou.jpg) no-repeat left top; padding-left:20px;}
    .Normal {FONT-SIZE: 13px; font-family:Arial, Helvetica, sans-serif;}
    .skinlinks, .skinlinks a:link, .skinlinks a:active, .skinlinks a:visited{color: #FC7905;}
    .btn, .button {background-color: #fa5902; padding:5px 30px; color:#fff; font-size:1.5em; font-weight:700; border:solid 1px #000;}
    Fozzy
    Nuke Active Member
    Nuke Active Member
    Posts:28


    --
    01/11/2011 11:39 PM
    My above ToolsDefaultCustom.xml file did not display. Let me know if you have a way to upload my files if you need to look at them closer.


    ---