This may be a basic HTML question but I am wondering if PHP is used to process this...
I would like to do something like what is shown on the page you are looking at. At the bottom of the page is a text box ('Step 3 Message'). When you type in an extra 'return' to make a paragraph break, it is displayed with breaks in the text box (or the HTML <TEXTAREA> in the <FORM>). These paragraph breaks are also displayed on the next page when you hit 'Preview Post'.
I have a similar page on my site but after the form is submitted, the text gets smashed into a single paragraph with no breaks. Is there something simple that I can do to display these breaks?
Is PHP used to insert a '<BR>' whenever a 'return' character is read? How is this done?
Thanks!
I would like to do something like what is shown on the page you are looking at. At the bottom of the page is a text box ('Step 3 Message'). When you type in an extra 'return' to make a paragraph break, it is displayed with breaks in the text box (or the HTML <TEXTAREA> in the <FORM>). These paragraph breaks are also displayed on the next page when you hit 'Preview Post'.
I have a similar page on my site but after the form is submitted, the text gets smashed into a single paragraph with no breaks. Is there something simple that I can do to display these breaks?
Is PHP used to insert a '<BR>' whenever a 'return' character is read? How is this done?
Thanks!