Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for PHP
»
Re: textbox is way too big for my site
textbox is way too big for my site
Last post 09-28-2009, 11:29 PM by
quiksilver02x
. 1 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
09-28-2009, 7:36 PM
55922
quiksilver02x
Joined on 09-28-2009
Posts 2
textbox is way too big for my site
Reply
Quote
Which files contains the CSS rule that controls the width?
09-28-2009, 11:29 PM
55923
in reply to
55922
quiksilver02x
Joined on 09-28-2009
Posts 2
Re: textbox is way too big for my site
Reply
Quote
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
?>