BruceD,
Below is a example of showing how to apply the CSS styles to the styledropdownlist. You can also find the example code in the download package. If you still have problem, please let me know.
<script runat="server">
void Page_Load(object sender, System.EventArgs e)
{
DropDownList tempstyleDropDown = new DropDownList();
//apply CCS styles here
tempstyleDropDown.Items.Add(new ListItem("Style 1","Heading"));
tempstyleDropDown.Items.Add(new ListItem("Style 2","Head"));
tempstyleDropDown.Items.Add(new ListItem("Style 3","Subhead"));
tempstyleDropDown.Items.Add(new ListItem("Style 4","NormalRed"));
tempstyleDropDown.Items.Add(new ListItem("Style 5","Comment"));
Editor1.StyleDropDown = tempstyleDropDown;
}
</
script>
<
CE:Editor id="Editor1" DownloadableDocumentPath="~/uploads/document" AutoConfigure="EnableAll" runat="server" ></CE:Editor>
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx