Hi! This is what I got in the codes drop down:
dropdown.Items.Add(drSections[
"SectionName"].ToString(), "<div style=\"width: 445px; color: red; background-color: #33333\">" + strCode + "TEST</div>" );
When I click on the section name from the drop down it only output 'TEST' in the editor all the other code is ignored. Please help on this.