Being new to DNN, this statement needs a little more detail......like "how do you do that?" To add the CSS Editor to your .ascx skins you only need to register it and include a reference
with the following two lines:
<%@ Register TagPrefix="Snapsis" TagName="CSSEditor" Src="~/DesktopModules/Snapsis/CSSEditor/CSSEditor.ascx"%> Thanks |