In my Q&A Form, I have a series of 10 TextAreas where Users can type long-winded responses to the Questions on the Form.
Let’s say that someone types in…
Wildlife Conservation Society researchers have captured video footage of the world’s rarest gorilla using camera traps, providing a stunning look at animals that usually flee at the first sight of humans.
Eight Cross River gorillas traveling across a forest path were filmed by one of four video camera traps researchers set in Cameroon’s Kagwene Gorilla Sanctuary. A combination of habitat destruction and hunting has reduced the species’ total population to less than 250, making it the world’s rarest gorilla.
Christopher Jameson, who directs WCS’s Takamanda Mone Landscape Project, said the video “represents the best images to date of Cross River gorillas.”
When I go to store that in my database, and later display it, I would like it to look like this…
<p>Wildlife Conservation Society researchers have captured video footage of the world’s rarest gorilla using camera traps, providing a stunning look at animals that usually flee at the first sight of humans.</p>
<p>Eight Cross River gorillas traveling across a forest path were filmed by one of four video camera traps researchers set in Cameroon’s Kagwene Gorilla Sanctuary. A combination of habitat destruction and hunting has reduced the species’ total population to less than 250, making it the world’s rarest gorilla.</p>
<p>Christopher Jameson, who directs WCS’s Takamanda Mone Landscape Project, said the video “represents the best images to date of Cross River gorillas.”</p>
Why?
First of all, because that is how it should be marked up in HTML.
Secondly, if I don’t have <p> around each paragraph, then I lose all ability to style things…
I hope this isn’t hard to do?!
Help needed!
Thanks,
Debbie