HTML Code:
<label for="profilepic">
<input type="checkbox" name="deleteprofilepic" value="1" id="profilepic" />$vbphrase[delete_current_image]</label>
is there anyway to turn this into the button?
I came up with this code:
HTML Code:
<input class="button" type="submit" name="deleteprofilepic" value="1" id="profilepic">
it does show button, but the title is "1", not exactly what i need. I just want it to say "delete".