This is for me, the better Archive Page. Let's see the how it looks. or you can just click my ARCHIVE PAGE in the navigation bar on top. This has cool feature also: Sort by title (ascending or descending) - by clicking the "POST TITLE" table header. Sort by date (older first or newer first) - by clicking the "POST DATE" table header. Option to show all post by Label When you hover the post title a snippet of the post will display. Things that it doesn't have, which is acceptable: You can't change the date format You can't change table header unless you edit the script. Here's how to implement it. 1. Create a Page For New Blogger Interface: Dashboard > Pages > New Page > Blank Page Put a title, of course, like "Archive". :D 2. HTML Tab > Paste the code below <div id="bp_toc"> Loading TOC. Please wait....</div> <script src="http:/...
Well, MYLOR is the answer! Bronze III is hard because the only ruleset is Standard which is basically no restrictions in ability, splinter type, rarity, etc. only MANA cost. It is much harder to predict or counter your opponents' monsters. I had to rent this summoner which gives thorns ability to all monsters. It is also advisable to rent these monsters: Wood Nymph - has the Tank Heal ability, place the Unicorn Mustang in front. Earth Elemental - with its low mana you'll have 6 HP, this may serve as meat shield specially in low mana battle, place this in second position. Mushroom Seer - with its Silence ability, opponent's magic attack will be reduced, use this whenever possible. Depending on the mana cost, oftentimes I used Unicorn Mustang as tank , then Failed Summoner on 2 , Wood Nymph on 3 . You may also use Khmer Princess and Regal Peryton . Take a look at some of my battles:
Well, I don't advise doing this , but it's quite FUN ! This script will enable your blog reader to choose the color of your blog/template body background. Here is the DEMO . (Scroll down at the bottom of the page.) How to implement it JavaScript: Paste the code below above the </head>. <script style='text/javascript' type='text/javascript'> var backColour = new Array(); backColour[ 0 ] = ' #FFFFFF '; backColour[ 1 ] = ' #000000 '; function changeBG(whichColour){ document.body.style.backgroundColor = backColour[whichColour]; } </script> The RED text is the hexadecimal color value. You can change it whatever you want. Get color values here . The BLUE serves as the "holder" of the color. HTML: <h4 style='text-align:center'>Change background to: <a href='#' onclick='javascript:changeBG( 0 );'> //WHITE </a> <a href=...
Comments
Post a Comment
Feel free to ask, suggest and comment regarding this post/blog. You can also contact me through e-mail, just always use the contact page. Thank you for visiting this blog.