Whenever you go to somebody's page on our website and click their link for their website it links you to another page... the problem is that it links both my website and their website in the same url, resulting in an error page. Example: http://www.urtaggs.com/www.jrreardoncon ... ations.com

This is the code in the my_profile.tpl file.

<tr>
<td align=right><span class="label">Company Website:</span></td>
<td><input maxlength=255 size="40" name="website" value="{$answers[0].website}" /></td>
</tr>


And the code in the user.tpl

{if $user_info.website ne ""}
<TR>
<TD>Website:</TD>
<td>{$user_info.website} </td>
</TR>
{/if}



Any help would be greatly appreciated.


-Tyler