View Single Post
  #3 (permalink)  
Old 23-05-2007, 17:00
robin robin is offline
Junior Member
 
Join Date: May 2007
Posts: 13
Default

Further to my first post i have found that i can submit:
Code:
<a href=""
in the textarea and it works fine. However if i submit:
Code:
<a href="">
it doesnt work. Not that all i have done is added the closing >.
Also it isnt just textarea's that it doesnt work it is also for:
Code:
<input type="text">

Last edited by robin; 23-05-2007 at 17:04.
Reply With Quote