StyleDropDown Items Not Functioning

  •  06-27-2005, 3:22 PM

    StyleDropDown Items Not Functioning

    I have put the following code into the Editor asp page so that a client can apply different styles on text.
     
    editor
    .StyleDropDownMenuNames="Normal,Heading 1,Heading 2,Heading 3,Heading 4,Heading 5,Heading 6,Head,Subhead,NormalRed,Comment"
    editor
    .StyleDropDownMenuList="Normal,Heading 1,Heading 2,Heading 3,Heading 4,Heading 5,Heading 6,Head,Subhead,NormalRed,Comment"
    I can see the items in the list on the host, but they are non-functional when I save, upload, and then view the [expected] style changes.
     
    What am I missing here?
     
    Darold
View Complete Thread