Style Tag problem

  •  03-09-2006, 4:56 AM

    Style Tag problem

    hi,
     
     Would you help me out of this ?
     
      I am assigning some HTML test to CuteEditor like this
     
      cuteEditor.Text = "<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN'>
                            <HTML><HEAD>
                            <META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
                            <META content="MSHTML 6.00.2900.2802" name=GENERATOR>
                            <STYLE></STYLE>
                            </HEAD>
                            <BODY bgColor=#ffffff>
                            <table id="Table2000" width="100%">
                           <tbody>
                           <tr> "          etc....
     you can observe that I am assigining <STYLE></STYLE>   to the CuteEditor. After assiging, it is automatically converting to <STYLE /> like this. It is giving problem, as it is showing blank page in both CuteEditor and browser. You can observe by opening this style attribute in cuteeditor and browser and can observe.
     
    Regards
    Sujay
View Complete Thread