i just made a profile field on an IPB forum
where members can add links to their websites

i am using a text area for it

i used this code:

Code: 
<span class="ft">{title}:</span><br /><span class="fc"><a href="http://www.{content}">{content}</a></span>
but when i try clicking the links on postbit it opens the link like this

Code: 
http://www.link1.com<br />link2.com
any way how i can fix this?
iFlames Reviewed by iFlames on . Multiple Links In Profile Field i just made a profile field on an IPB forum where members can add links to their websites i am using a text area for it i used this code: <span class="ft">{title}:</span><br /><span class="fc"><a href="http://www.{content}">{content}</a></span> but when i try clicking the links on postbit it opens the link like this Rating: 5