Re: [Phphtmllib-devel] Textarea rendering behaviour.
Status: Beta
Brought to you by:
hemna
From: walt b. <wab...@3g...> - 2003-08-13 16:46:30
|
Mark Lawrence wrote: >Hi, > >I have a question with regards to the rendering of tags when it comes to >textareas. It appears that if textarea content is rendered nicely indented >like all other elements then browsers display it with all of the >whitespace at the front of each line. > >Would it be possible to have the rendering *not* indent textarea content? > >Cheers, Mark. > > Hi Mark, you are correct about browsers and the textarea content. I have the flag set by default on the tag to tell it not to render indentation on the tag at all. You can take a look at the form2 example at http://phphtmllib.newsblob.com/phphtmllib/examples/form2.php View the source, and you will see the textarea tag not being indented at all. Do you have a page where this is not working like this? Walt |