I have a textbox to save the user facebook's url.
<tr>
<td>
Facebook:
</td>
<td>
<input style="width:300px" type="text" name="facebook" value="http://www.facebook.com/$facebook">
</td>
</tr>
How can i make the value "http://www.facebook.com/" fixed and uneditable?
UPDATE:
the $facebook
part needs to be editable!!