Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-02-2012, 12:45 AM   PM User | #1
xiong_ster123
New Coder

 
Join Date: Jan 2011
Posts: 35
Thanks: 1
Thanked 0 Times in 0 Posts
xiong_ster123 is an unknown quantity at this point
PHP textarea issue

Hello, so I'm having an issue with what the text area is pulling out. I'm afraid that users might have trouble trying to edit textareas that look like this. Can someone help me? It uses PHP to display records from the mysql database, but when there's a textarea, that happens, actually both inputs and textareas do the same.
Attached Thumbnails
Click image for larger version

Name:	un-explained.jpg
Views:	19
Size:	10.8 KB
ID:	11751  

Last edited by xiong_ster123; 12-02-2012 at 01:00 AM.. Reason: Resolved
xiong_ster123 is offline   Reply With Quote
Old 12-02-2012, 12:49 AM   PM User | #2
Junsee
New Coder

 
Join Date: Jun 2012
Posts: 42
Thanks: 4
Thanked 5 Times in 5 Posts
Junsee is an unknown quantity at this point
you can use either html or style to define a size, also overflow will help. but i supect its the link causing this, and you might have to experiment with word-break

textarea cols="20" rows="5"

or

textarea style="width:100px; height:100px;"
Junsee is offline   Reply With Quote
Old 12-02-2012, 12:57 AM   PM User | #3
xiong_ster123
New Coder

 
Join Date: Jan 2011
Posts: 35
Thanks: 1
Thanked 0 Times in 0 Posts
xiong_ster123 is an unknown quantity at this point
Quote:
Originally Posted by Junsee View Post
you can use either html or style to define a size, also overflow will help. but i supect its the link causing this, and you might have to experiment with word-break

textarea cols="20" rows="5"

or

textarea style="width:100px; height:100px;"
^_^ thanks, I found out it was actually the value. I put in the same code in the value that it was to be displayed in the textarea.
xiong_ster123 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:20 PM.


Advertisement
Log in to turn off these ads.