Line Breaks in a Textarea
Didn't know exactly where to post this, but: How do I get line breaks
in a textarea? I'm pulling text from a database, and this text
definately has line breaks in it, because I
replaced all the line breaks with <br /> tags ( using the php function
nl2br() ), and <br /> tags showed up in the textarea.
.
Relevant Pages
- Re: Line Breaks in a Textarea
... I'm pulling text from a database, ... If you don't use nl2br(), and the text has line breaks in it, then those ... line breaks will actually show up as line breaks in the textarea. ... don't need the tags. ... (comp.lang.php) - Re: Line Breaks in a Textarea
... I'm pulling text from a database, ... replaced all the line breaks with tags (using the php function ... from one textarea and display in another textarea, ... (comp.lang.php) - Re: ObjectDataSource and Linq. Please, help! I dont know what else to try. Thank You.
... MyDbDataContext database = new MyDbDataContext; ... 'GetTags' that has no parameters. ... in LabDataContext class using the following: ... Dim tags = From t In database.Tags _ ... (microsoft.public.dotnet.languages.csharp) - Re: HTML doc save dialog
... After getting the string from database do not set the string to ... > and end html tags. ... In the document complete event of browser, ... (microsoft.public.dotnet.languages.csharp) - Re: Help needed on custom tag
... > I need to develop a Custom tag that retrieves the values from ... > two database tables. ... > here display data from second table here display data from second table ... Although I wouldn't recommend it for production the JSTL tags provide ... (comp.lang.java.developer) |
|