|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
textarea
hi,
i created textarea field having row=1 and col=15 and table width=100% and cols=12. the problem is when i type some contents in this text area and try to print in next line ,the result becomes too long and width of textarea remains same,is it possible to make the printing message width as textarea width for more clear understanding <table width=100% cols=12> <th nowrap>Text</th> <td> <textarea rows=1 cols=15></textarea> </td> <input type=submit value=save>//clicking on this gave value of text area <td>this line is for printing in next line</td>using PHP,if i type soem text in this field let say this forum is best form all other sites,then prints looks like below and - - -> this represnts column width | Text | | _______________ | | |_______________| | | | |this forum is best form all other sites| i want soem thing like below printed message,exactly below text area and equal to width of text area |_______________| this forum is best form allother sites if anybody helps me out will really be appreciable the figure u cant see properly so just click on edit to see the correct view or by minimizing the window u will be clear what i want thanks in advance |
|
#2
|
|||
|
|||
|
RE: textarea
I don't get the problem, sorry.
Could you post an example somewhere on your FTP so we can see the problem. |
|
#3
|
|||
|
|||
|
RE: textarea
php Code:
|