Re: textbox is way too big for my site

  •  09-28-2009, 11:29 PM

    Re: textbox is way too big for my site

    Got it
     
     
    <?php
             $editor=new CuteEditor();
             $editor->ID="Editor1";
             $editor->Text="Type here";
             $editor->Width="100%";
             $editor->Draw();
             $editor=null; 

             //use $_POST["Editor1"]to catch the data
    ?>
View Complete Thread