Jump to content

textarea formatting


natalieG

Recommended Posts

when we use the below code, the text in the testarea is indented about half the textarea width
instead of starting at the left margin. we have tried changing $NOTE to: trim($NOTE) and this does
not solve the problem.
______________________________________________________________________________________


[!--coloro:#FF0000--][span style=\"color:#FF0000\"][!--/coloro--][b]<tr><td width="664" COLSPAN="2"><textarea name="NOTE" rows="20" cols="85" tabindex="1"> <?php echo $NOTE;?></textarea></td>[/b][!--colorc--][/span][!--/colorc--]

_________________________________________________________________________________

Chjarlotte-
Link to comment
https://forums.phpfreaks.com/topic/12170-textarea-formatting/
Share on other sites

[!--quoteo(post=384639:date=Jun 16 2006, 12:25 PM:name=natalieG)--][div class=\'quotetop\']QUOTE(natalieG @ Jun 16 2006, 12:25 PM) [snapback]384639[/snapback][/div][div class=\'quotemain\'][!--quotec--]
when we use the below code, the text in the testarea is indented about half the textarea width
instead of starting at the left margin. we have tried changing $NOTE to: trim($NOTE) and this does
not solve the problem.
______________________________________________________________________________________
[!--coloro:#FF0000--][span style=\"color:#FF0000\"][!--/coloro--][b]<tr><td width="664" COLSPAN="2"><textarea name="NOTE" rows="20" cols="85" tabindex="1"> <?php echo $NOTE;?></textarea></td>[/b][!--colorc--][/span][!--/colorc--]

_________________________________________________________________________________

Chjarlotte-
[/quote]

Could be alignment of the table
try <td align=left width=664 colsspan=2>
Link to comment
https://forums.phpfreaks.com/topic/12170-textarea-formatting/#findComment-46352
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.