1. Go to Dashboard => Design => Page Element => Add Gadget => HTML/JavaScript
2. Paste this:
<form name=myform><input type="checkbox" name="mybox" value="Wish 1" checked />Wish 1 <br /><input type="checkbox" name="mybox" value="Wish 2" disabled />Wish 2<br /><input type="checkbox" name="mybox" value="Wish 3" checked />Wish 3<br /><input type="checkbox" name="mybox" value="Wish 4" disabled />Wish 4<br />
</form>
Wish: Your Wishes
checked: you can get
disabled: you don't want
you can change 'checked' to 'disabled' or the other way around as you desire
P/S: preview first before saving just in case it didn't work due to a few mistakes...
JibberJabber Kid...







No comments:
Post a Comment
JibberJabber Here