Hey all,
I have a website for a few friends of mine to post on a weblog. To post an entry onto their blog, I just have a plain textbox (per their requests), that later converts the text in the textbox to HTML code using the nl2br and htmlentities functions.
This works fine, the quotes and single quotes don't screw anything up, but when they go to edit their entries, it shows the <br /> tags at every line break. Is there any way I can hide this from them and just input actual line breaks where the <br /> tags belong?
Thanks in advance!
-influx