textbox is way too big for my site

Last post 09-28-2009, 11:29 PM by quiksilver02x. 1 replies.
Sort Posts: Previous Next
  •  09-28-2009, 7:36 PM 55922

    textbox is way too big for my site

    Which files contains the CSS rule that controls the width?
  •  09-28-2009, 11:29 PM 55923 in reply to 55922

    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 as RSS news feed in XML