Tutorial : Wishlist
Sunday, 6 November 2011 @ 4:56 pm
Hi! In this post, I want to show you how to add wishlist into your blog.

It will look like the above image when you're done! ^^
1. Go to Dashboard > Layout > Add a Gadget > HTML/Javascript
2. Copy and paste the code below.
<form name=Wishlist>
<input type="checkbox" name="mybox" value="one" checked />Rumah 80 tingkat<br />
<input type="checkbox" name="mybox" value="two" checked />Jadi billionaire<br />
<input type="checkbox" name="mybox" value="three" disable />Lamborghini Gallardo<br />
<input type="checkbox" name="mybox" value="four" checked />Kesemua diatas<br />
</form>
* Replace the blue words with your own wishlists.
* Word 'Checked' for tick box
* Word 'Disable' for untick box
3. Click SAVE!
Sorry for broken English. ;)
comment (0)
Name : April