How can i able to insert tags in the HTML mode?

  •  10-03-2005, 8:14 AM

    How can i able to insert tags in the HTML mode?

    Hi,
     
    I have one custom button, if i click my custom button i want to
    change the editor's Normal mode into HTML mode,

    over my HTML Mode, i need to insert some XML tags like the below one:

    <address>xyz company</address>


    if i submit  then the 'xyz company' should get displayed on my Normal mode, but in the HTML mode i still want the XML tags to get stored as <address><xyz company </address>


    is it possible?

    if yes, how to write make this?

    give coding idea

    Regards,
    Anbaz.
     
View Complete Thread