Hey guys I've got somewhat of a problem I can't seem to get out of.

I currently have a php form with a text-area which I want to put the following html into:

Code: 
<ul class="post">
<li><a href="lol.com">hello</a></li>
<li><a href="lole.com">there</a></li>
</ul>
The form accepts the html but when it comes to displaying what I've put into the text area, it does not use the post class that i've used in the text area..


Can anyone here help me out please?
genji Reviewed by genji on . Submitting HTML into PHP forms Hey guys I've got somewhat of a problem I can't seem to get out of. I currently have a php form with a text-area which I want to put the following html into: <ul class="post"> <li><a href="lol.com">hello</a></li> <li><a href="lole.com">there</a></li> </ul> Rating: 5