Unfortunately it's hosted on an internal server, so you won't be able to see it through the url. But to clarify I'm talking about the editor when editing the page, not the "Edit Text/HTML" button that takes you to a separate editor. The bold, italic, and other styling do not show up while editing, nor does it take effect after I save. Here is an example of the css I'm using:
In my container.css:
.containerrow2 {
background: transparent;
}
In my skin.css:
#main #dnn_ContentPane {background: url(/images/bg-mainLeft.jpg) repeat-y; width: 335px; float: left;}
#main #dnn_ContentPane h2 {background: url(/images/main-title.gif) no-repeat; width: 326px; height: 40px; margin: 26px 0 15px 20px; text-indent: -9999px;}
#main #dnn_ContentPane p {margin: 0 50px 30px 20px; color: #70767F; line-height: 1.2em;}
#main #dnn_ContentPane p a {color: #3879B6;}
Could it be that I'm styling my container content in my skin.css file?
thanks,
Greg