Saturday, May 17, 2008

Clock Charm Template


Download Template

You need to change your date format to mm.dd.yyyy
- Go to "Setting->Formatting" then change "Date header format" to mm.dd.yyyy (e.g, 5.20.20008)

Wednesday, May 14, 2008

Jackbook Contest

This contest will not be determined by a draw like most contests. Luck will absolutely play no role here whatsoever as the top three (3) contestants with the most number of points on July 10 (12:00am Jack's Time) will automatically go home with the price. Basically, what you have to do is collect all the points that you can get from placing links www.JackBook.com and RomeUy.com and posting article about The Contest

Friday, February 29, 2008

How to Fix Search Engine Template

Some of my templates use search engine form, you need to change it before it work. Here'is the tutorial to make your search engine working correctly

Login to Blogger, go to Edit HTML
Find this code :

<div id='footheader'>
<form action='http://YOURBLOGNAME.blogspot.com/search' class='searchform'
method='get'>
<label class='floatl'>search:</label>
<input class='s floatl' name='q' type='text' value=''/>
<input class='searchsubmit floatr' type='submit' value=''/>
</form>
</div>


Change "YOURBLOGNAME" text with your blog name.
OK, Congrats.....

X-Box Blogger Template


Orange Mouse Blogger Template

Purple PS3

Blue Future

Blue Computer

Wednesday, February 27, 2008

Edit Tabs Menu

here's tutorial to edit tabs menu from my templates:

- Login to blogger, go to "Layout --> Edit HTML"
- Find this code :

<LI><A href='http://x-template.blogspot.com/'><SPAN>Home</SPAN></A></LI>

<LI><A href='http://trick-blog.blogspot.com'><SPAN>Blogger Hack</SPAN></A></LI>

<LI><A href='http://trik-tips.blogspot.com/' target='_blank'><SPAN>Trik Blogging</SPAN></A></LI>

<LI><A href='http://ebooks-box.blogspot.com/' target='_blank'><SPAN>Ebook Box</SPAN></A></LI>

<LI><A href='http://freeebook.freehostia.com.blogspot.com/' target='_blank'><SPAN>Free Ebook</SPAN></A></LI>

<LI><A href='http://free3d.freehostia.com/' target='_blank'><SPAN>Free 3d Models</SPAN></A></LI>

- The red text is anchor text that display on the menu, and the yellow text is link of the menu. You can cange the anchor text and links to whatever you want.
- If you want to delete some of the menu, just delete it from this code <LI> until this code </LI> (Like the bold text).
- If you wanna add same menu, just add the code like the bold text and edit the red and yellow text.