ITCN ASP.NET Discussion Forum

textarea size still 20

Share/Bookmark: Add this Thread to Digg Digg   Add this Thread to StumbleUpon Stumble Upon   Add this Thread to Del.icio.us Del.icio.us   Add this Thread to Reddit Reddit   Add this Thread to Facebook Facebook
RE: textarea size still 20
by bwise on Wed, Jul 11 2007 6:25 AM
It's on line 101 of startthread.aspx. Change:

<asp:TextBox TextMode="MultiLine" id="psPost" runat="server" cols="80" rows="10" class="withbackground" />

Just change the cols=80 to whatever you want. (or if you have a .NET 2.0 server, change it to columns=80)
ITCN Web Design and Marketing is a web design and application programming firm located in Morristown, New Jersey.
bwise
bwise
Joined: Sat, Sep 18 2004
Location: Morristown, NJ
Posts: 326
textarea size still 20
by Steven on Wed, Jul 11 2007 12:36 AM

just bought this script, and have 1st question:

how i can modified textarea cols size like in StartThread.aspx
the value already 80, but on live sites there is additional value ahead cols=20

where i can find the files to modified this cols value?

Steven M
Steven
Guest