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.

Labels