Modifying The Blogger Template – Tag Structure

0

There will come a time when you find yourself staring at your template code on the Layout – Edit HTML page. Perhaps what you see there confuses you, or maybe you know what your doing but have hit a snag. Either way, you cannot save your template when you have errors. So what can you do? Learn a little HTML for starters.

Please note, it’s probably best to read this in a nice quiet area where you can focus on the content. You may not know it, but this is borderline programming here. I don’t want to scare anyone away, but you really need to pay attention to posts like these if you are to get the full benefit of the content. You can’t skim text and learn programming at the same time. I’ve tried, it doesn’t work. hahaha

If you thought you could operate your blog without knowing any HTML, well, you’re right, you can. If you want to enhance and modify your template yourself though, you will be best served learning some of the basics of HTML and the nuances of Blogger.

For instance, when you first view the Layout – Edit HTML page, you’ll probably see something similar to this:







* Blogger Template Style
* Name: TicTac (Blueberry)
* Author: Dan Cederholm
* URL: www.simplebits.com
* Date: 1 March 2004
* Updated by: Blogger Team
*/

What is all this jibber-jabber you might ask? What you see there are the first few lines of my template for the Views on Life blog. For the most part, you can ignore the first few lines in the above snippet. I want you to take a look at the or self-closing).

  • It must be well formed.
  • What does that mean? Well, a bit of HTML markup (as it’s called) always has a starting tag and a closing tag. What you find in between these two tags is the meat of the statement. Let’s break down the

    First thing we need to understand is that all HTML tags require a beginning and and ending. This allows browsers to interpret and know where something starts, and where it ends, and most importantly, what it is. The

    That’s all there is to it! You end with the exact same tag, except that you add a forward slash to it. This is your beginning and ending tags for the title HTML statement. This is also how MOST of the HTML tags you’ll use are going to be put together. With a beginning and ending formatted exactly like this.

    I say most tags are like this, but there are exceptions. For instance, the tag, which displays an image on your page, is self-closing. Self-closing? What in the world am I talking about? Again, here’s an example.

    Notice that I don’t have a ending tag on that statement. Instead, I can end the tag by adding a slash before the starting tag ends. The reason we don’t have an ending tag for the tag is because the , when properly formed (syntactically correct), will contain all it needs to know to do its job, which is to display an image.

    Conversely, the

    For Blogger templates, you’ll notice that we have a tag in between our beginning and ending

    This is perfectly valid as well, and the text found in between the beginning and ending tags will display in the title bar of all browsers that visit my blog.</p> <p>If you take another look at the HTML snippet I supplied at the beginning of this post, you might notice that there is a <head> statement without an ending </head> tag. Well, there is an ending </head> tag, but it is located after all the Cascading Style Sheet (CSS) information and the text would be too much to display.</p> <p>I bring this up because, like the <title> tag, the <head> tag also has stuff in between its opening and closing tags. The <title> tag is one of those elements that must be found between the <head> tags and no where else. Placing the <title> tag outside of the <head> tags will cause an error, and perhaps some angry visitors too.</p> <p><strong>I will be continuing this discussion in the comments area below</strong> for those of you that may have a question or two for me. There is no way to teach about the templates without knowing a little bit of HTML to begin with. So while I’m still building the remaining lessons on Blogger, I’ll also be throwing out related material to help build up your knowledge even more.</p> <h3>Related Articles</h3> <p><a href="http://www.w3schools.com/html/html_examples.asp" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.w3schools.com');" target="_blank" rel="nofollow">HTML Examples on W3Schools.com</a><br /><a href="http://personalweb.about.com/cs/beginninghtml/a/basic_html.htm" onclick="javascript:pageTracker._trackPageview('/outbound/article/personalweb.about.com');" target="_blank" rel="nofollow">Learn Basic HTML – For Beginners Web Sites</a></p> <!-- Easy AdSense V2.86 --> <!-- Post[count: 3] --> <div class="ezAdsense adsense adsense-leadout" style="text-align:center;margin:12px;"></div> <!-- Easy AdSense V2.86 --> <!-- Begin SexyBookmarks Menu Code --> <div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-love"> <ul class="socials"> <li class="sexy-delicious"> <a href="http://del.icio.us/post?url=http://www.waynejohn.com/modifying-the-blogger-template-tag-structure/&title=Modifying+The+Blogger+Template+-+Tag+Structure" onclick="javascript:pageTracker._trackPageview('/outbound/article/del.icio.us');" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a> </li> <li class="sexy-digg"> <a href="http://digg.com/submit?phase=2&url=http://www.waynejohn.com/modifying-the-blogger-template-tag-structure/&title=Modifying+The+Blogger+Template+-+Tag+Structure" onclick="javascript:pageTracker._trackPageview('/outbound/article/digg.com');" rel="nofollow" class="external" title="Digg this!">Digg this!</a> </li> <li class="sexy-reddit"> <a href="http://reddit.com/submit?url=http://www.waynejohn.com/modifying-the-blogger-template-tag-structure/&title=Modifying+The+Blogger+Template+-+Tag+Structure" onclick="javascript:pageTracker._trackPageview('/outbound/article/reddit.com');" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a> </li> <li class="sexy-yahoobuzz"> <a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.waynejohn.com/modifying-the-blogger-template-tag-structure/&submitHeadline=Modifying+The+Blogger+Template+-+Tag+Structure&submitSummary=There%20will%20come%20a%20time%20when%20you%20find%20yourself%20staring%20at%20your%20template%20code%20on%20the%20Layout%20-%20Edit%20HTML%20page.%20%20Perhaps%20what%20you%20see%20there%20confuses%20you%2C%20or%20maybe%20you%20know%20what%20your%20doing%20but%20have%20hit%20a%20snag.%20%20Either%20way%2C%20you%20cannot%20save%20your%20template%20when%20you%20have%20errors.%20%20So%20what%20can%20you%20do%3F%20%20Learn%20a%20&submitCategory=science&submitAssetType=text" onclick="javascript:pageTracker._trackPageview('/outbound/article/buzz.yahoo.com');" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a> </li> <li class="sexy-stumbleupon"> <a href="http://www.stumbleupon.com/submit?url=http://www.waynejohn.com/modifying-the-blogger-template-tag-structure/&title=Modifying+The+Blogger+Template+-+Tag+Structure" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.stumbleupon.com');" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a> </li> <li class="sexy-mixx"> <a href="http://www.mixx.com/submit?page_url=http://www.waynejohn.com/modifying-the-blogger-template-tag-structure/&title=Modifying+The+Blogger+Template+-+Tag+Structure" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.mixx.com');" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a> </li> <li class="sexy-facebook"> <a href="http://www.facebook.com/share.php?v=4&src=bm&u=http://www.waynejohn.com/modifying-the-blogger-template-tag-structure/&t=Modifying+The+Blogger+Template+-+Tag+Structure" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.facebook.com');" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a> </li> <li class="sexy-twitter"> <a href="http://twitter.com/home?status=Modifying+The+Blogger+Template+-+Tag+Structure+-+http://bit.ly/d3itvU+(via+@waynejohn)" onclick="javascript:pageTracker._trackPageview('/outbound/article/twitter.com');" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a> </li> <li class="sexy-google"> <a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.waynejohn.com/modifying-the-blogger-template-tag-structure/&title=Modifying+The+Blogger+Template+-+Tag+Structure" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.google.com');" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a> </li> <li class="sexy-friendfeed"> <a href="http://www.friendfeed.com/share?title=Modifying+The+Blogger+Template+-+Tag+Structure&link=http://www.waynejohn.com/modifying-the-blogger-template-tag-structure/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.friendfeed.com');" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a> </li> </ul> <div style="clear:both;"></div> </div> <!-- End SexyBookmarks Menu Code --> <hr/><h4>You might also enjoy these related posts</h4><ol><li><a href='http://www.waynejohn.com/the-differences-between-html-and-blogger-template-code/' rel='bookmark' title='Permanent Link: The Differences Between HTML and Blogger Template Code'>The Differences Between HTML and Blogger Template Code</a> <small> Do you understand the difference between HTML and Blogger template code? When you take a look at a Blogger template, are you able to read it? I mean, do...</small></li> <li><a href='http://www.waynejohn.com/blogspot-blog-the-smallest-blogger-template/' rel='bookmark' title='Permanent Link: BlogSpot Blog – The Smallest Blogger Template'>BlogSpot Blog – The Smallest Blogger Template</a> <small> I always enjoy seeing what is possible on other systems and web sites. I’m not a hacker by any means, nor would I EVER call myself that (unless I...</small></li> <li><a href='http://www.waynejohn.com/modifying-your-blogger-header-the-blogger-way/' rel='bookmark' title='Permanent Link: Modifying Your Blogger Header The Blogger Way'>Modifying Your Blogger Header The Blogger Way</a> <small> A common thing you’ll find when you start blogging is that you’ll want to make changes to your template. If you use the Blogger blog system, it can be...</small></li> <li><a href='http://www.waynejohn.com/blogger-com-help-lesson-20-pick-new-template-layout/' rel='bookmark' title='Permanent Link: Blogger.com Help – Lesson 20 – Pick New Template Layout'>Blogger.com Help – Lesson 20 – Pick New Template Layout</a> <small> Using the Blogger interface to pick a new template layout couldn’t be any more simple.  This page is by far the easiest to understand, and perhaps one you might...</small></li> <li><a href='http://www.waynejohn.com/blogger-com-help-lesson-19-edit-html-layout/' rel='bookmark' title='Permanent Link: Blogger.com Help – Lesson 19 – Edit HTML Layout'>Blogger.com Help – Lesson 19 – Edit HTML Layout</a> <small> There will come a time for those that really get into using Blogger that they’ll want to modify and manipulate their blogger template to do things a little differently...</small></li> </ol> </div> <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> <rdf:Description rdf:about="http://www.waynejohn.com/modifying-the-blogger-template-tag-structure/" dc:identifier="http://www.waynejohn.com/modifying-the-blogger-template-tag-structure/" dc:title="Modifying The Blogger Template – Tag Structure" trackback:ping="http://www.waynejohn.com/modifying-the-blogger-template-tag-structure/trackback/" /> </rdf:RDF> --> <ul class="postbar clearfix"><li><a href="http://www.waynejohn.com/modifying-the-blogger-template-tag-structure/#comments">Comments [7]</a></li><li><a href="http://digg.com/submit?phase=2&url=http://www.waynejohn.com/modifying-the-blogger-template-tag-structure/&title=Modifying The Blogger Template – Tag Structure">Digg it!</a></li><li><a href="http://www.facebook.com/share.php?u=http://www.waynejohn.com/modifying-the-blogger-template-tag-structure/&t=Modifying The Blogger Template – Tag Structure">Facebook</a></li></ul> <div class="about-author clearfix"> <h4>About the Author</h4> <img alt='' src='http://www.gravatar.com/avatar/80d770c76309fcb7290f3c4ed97a3081?s=48&d=&r=R' class='avatar avatar-48 photo' height='48' width='48' /> Wayne John is a web developer in Southern California that shares his 25+ years of programming and web development experience freely and happily to anyone willing to learn. He also loathes speaking in the third person. <em>If you enjoyed this post, make sure you <a href="http://feeds2.feedburner.com/waynejohn">subscribe to my RSS feed</a> or get <a href="http://feedburner.google.com/fb/a/mailverify?uri=waynejohn&loc=en_US">updates in your email</a>.</em> </div> </div> <a name="comments"></a> <h4 class="module-title">7 Comments</h4> <ol id="commentlist" class="clearfix"> <li class="comment even thread-even depth-1" id="li-comment-1700"> <div class="comment-node" id="comment-1700"> <div class="comment-author vcard"> <img alt='' src='http://www.gravatar.com/avatar/s=24' class='avatar avatar-24 photo avatar-default' height='24' width='24' /> <cite class="fn"><a href="http://wheelsandwood.com/" onclick="javascript:pageTracker._trackPageview('/outbound/commentauthor/wheelsandwood.com');" rel='external ' class='url'>Wheels and Wood</a></cite> </div> <div class="comment-meta commentmetadata"> Posted <abbr class="comment-datetime" title="2008-12-23T05:38:36+00:00">December 23, 2008 at 5:38 AM</abbr> </div> <div class="comment-content"><p>I’ve never been to fond of blogger, and have always told everyone I know to host a blog themselves, but this guide will definitely help a lot of people struggling to customize their blogger themes/templates/blogs.</p> <p>Cheers</p> </div> <div class="comment-controls"> <a rel='nofollow' class='comment-reply-link' href='/modifying-the-blogger-template-tag-structure/?replytocom=1700#respond' onclick='return addComment.moveForm("comment-1700", "1700", "respond", "249")'>Reply</a> </div> </div> </li> <li class="comment odd alt thread-odd thread-alt depth-1" id="li-comment-1699"> <div class="comment-node" id="comment-1699"> <div class="comment-author vcard"> <img alt='' src='http://www.gravatar.com/avatar/s=24' class='avatar avatar-24 photo avatar-default' height='24' width='24' /> <cite class="fn"><a href="http://www.waynejohn.com/" rel='external ' class='url'>Wayne</a></cite> </div> <div class="comment-meta commentmetadata"> Posted <abbr class="comment-datetime" title="2008-10-08T22:19:45+00:00">October 8, 2008 at 10:19 PM</abbr> </div> <div class="comment-content"><p>Hi Jim, thanks for taking time to let me know! I’ll be writing a lot more on templates in the coming months. I think I’ve found a method of working through an entire template and making some sense of it for many people. Maybe. haha</p> </div> <div class="comment-controls"> <a rel='nofollow' class='comment-reply-link' href='/modifying-the-blogger-template-tag-structure/?replytocom=1699#respond' onclick='return addComment.moveForm("comment-1699", "1699", "respond", "249")'>Reply</a> </div> </div> </li> <li class="comment even thread-even depth-1" id="li-comment-1698"> <div class="comment-node" id="comment-1698"> <div class="comment-author vcard"> <img alt='' src='http://www.gravatar.com/avatar/s=24' class='avatar avatar-24 photo avatar-default' height='24' width='24' /> <cite class="fn"><a href="http://h31n0us.blogspot.com/" onclick="javascript:pageTracker._trackPageview('/outbound/commentauthor/h31n0us.blogspot.com');" rel='external ' class='url'>Jim</a></cite> </div> <div class="comment-meta commentmetadata"> Posted <abbr class="comment-datetime" title="2008-10-08T18:21:27+00:00">October 8, 2008 at 6:21 PM</abbr> </div> <div class="comment-content"><p>Thanks for this. Blogger has some odd tags that I’ve been wondering about. Not too hard though. I just found a three-column layout and pasted the html into the layout. I’d like to get a little more in-depth later though and this will be helpful.</p> </div> <div class="comment-controls"> <a rel='nofollow' class='comment-reply-link' href='/modifying-the-blogger-template-tag-structure/?replytocom=1698#respond' onclick='return addComment.moveForm("comment-1698", "1698", "respond", "249")'>Reply</a> </div> </div> </li> <li class="comment odd alt thread-odd thread-alt depth-1" id="li-comment-1697"> <div class="comment-node" id="comment-1697"> <div class="comment-author vcard"> <img alt='' src='http://www.gravatar.com/avatar/s=24' class='avatar avatar-24 photo avatar-default' height='24' width='24' /> <cite class="fn"><a href="http://www.waynejohn.com/" rel='external ' class='url'>Wayne</a></cite> </div> <div class="comment-meta commentmetadata"> Posted <abbr class="comment-datetime" title="2008-10-08T14:40:44+00:00">October 8, 2008 at 2:40 PM</abbr> </div> <div class="comment-content"><p>Tiffany (I sooo want to call you Tiff or Tiffy),<br /> Adding a third column, while trivial in concept, may not be so trivial due to how your template is defined. What you essentially want to do is add another <div>content here</div> <p> (notice the opening and closing tags?).</p> <p>But you cannot just add another div and expect it to work. There is some CSS involved, and you need to make sure the other components accept the new div and still format properly.</p> <p>What I would recommend that you and others who want to really dig into their templates is to create another blog on blogger, and then copy your ‘live’ template into the new blog. Make all the changes you want on your new blog and see how things look. You can hack your way to excellence this way and learn what in the world is going on in the template at the same time.</p> <p>If you do go this route, be sure to set aside some time for hair-pulling and sleepless nights (for those obsessive-compulsives among us), I’m one.</p> <p>When you do this, all your content and sidebar widgets will not be there, so might want to put a few things in there as placeholders, just to give it that ‘almost a copy of my blog’ kind of look. After all, all you really want to do is add another div.</p> <p>Where is that website that allows you to do what you said?</p> </div> <div class="comment-controls"> <a rel='nofollow' class='comment-reply-link' href='/modifying-the-blogger-template-tag-structure/?replytocom=1697#respond' onclick='return addComment.moveForm("comment-1697", "1697", "respond", "249")'>Reply</a> </div> </div> </li> <li class="comment even thread-even depth-1" id="li-comment-1696"> <div class="comment-node" id="comment-1696"> <div class="comment-author vcard"> <img alt='' src='http://www.gravatar.com/avatar/s=24' class='avatar avatar-24 photo avatar-default' height='24' width='24' /> <cite class="fn"><a href="http://stuck-in-the-sticks.blogspot.com/" onclick="javascript:pageTracker._trackPageview('/outbound/commentauthor/stuck-in-the-sticks.blogspot.com');" rel='external ' class='url'>Tiffany</a></cite> </div> <div class="comment-meta commentmetadata"> Posted <abbr class="comment-datetime" title="2008-10-08T12:45:49+00:00">October 8, 2008 at 12:45 PM</abbr> </div> <div class="comment-content"><p>Um Wayne. Is there a simple way (like pasting) a code into the html to create a third column? Or do you still have to freaking take shit out of your code, change it, add new stuff? I get so mad when I find an awesome template but it’s not “well written”. And keeping your widgets is a bitch. I don’t know how you do all this stuff. I found a website where all you do is paste the html as a widget in your sidebar to change your template. No losing widgets or anything. Sweet!</p> </div> <div class="comment-controls"> <a rel='nofollow' class='comment-reply-link' href='/modifying-the-blogger-template-tag-structure/?replytocom=1696#respond' onclick='return addComment.moveForm("comment-1696", "1696", "respond", "249")'>Reply</a> </div> </div> </li> <li class="comment odd alt thread-odd thread-alt depth-1" id="li-comment-1695"> <div class="comment-node" id="comment-1695"> <div class="comment-author vcard"> <img alt='' src='http://www.gravatar.com/avatar/s=24' class='avatar avatar-24 photo avatar-default' height='24' width='24' /> <cite class="fn"><a href="http://www.waynejohn.com/" rel='external ' class='url'>Wayne</a></cite> </div> <div class="comment-meta commentmetadata"> Posted <abbr class="comment-datetime" title="2008-10-08T12:34:48+00:00">October 8, 2008 at 12:34 PM</abbr> </div> <div class="comment-content"><p>Hey there BakerWatson! I think you’ll find the answer to those questions in some of the upcoming articles in the Lesson series. In fact, the remaining articles in the series will be great for what you want to know and much more perhaps.</p> <p>Thanks for letting me know where you are at with your blog. I’ll be sure to include the info you want.</p> <p>As for modifying where things appear, yes, you would have to modify the HTML directly. The colors and fonts can be changed via the administration panels, but if you want something in a different location, it’s about modifying the HTML.</p> </div> <div class="comment-controls"> <a rel='nofollow' class='comment-reply-link' href='/modifying-the-blogger-template-tag-structure/?replytocom=1695#respond' onclick='return addComment.moveForm("comment-1695", "1695", "respond", "249")'>Reply</a> </div> </div> </li> <li class="comment even thread-even depth-1" id="li-comment-1694"> <div class="comment-node" id="comment-1694"> <div class="comment-author vcard"> <img alt='' src='http://www.gravatar.com/avatar/s=24' class='avatar avatar-24 photo avatar-default' height='24' width='24' /> <cite class="fn"><a href="http://fishandfrog-turtleandblog.blogspot.com/" onclick="javascript:pageTracker._trackPageview('/outbound/commentauthor/fishandfrog-turtleandblog.blogspot.com');" rel='external ' class='url'>BakerWatson</a></cite> </div> <div class="comment-meta commentmetadata"> Posted <abbr class="comment-datetime" title="2008-10-08T11:46:23+00:00">October 8, 2008 at 11:46 AM</abbr> </div> <div class="comment-content"><p>Wayne,</p> <p>This is good. I’ve been meaning to get around to this, especially on the ‘title’ info as you just happened to use as an illustration. I can follow just a smattering of HTML, but nothing complex. Usually I find myself going to look at something similar to what I want and then I try to replicate it with the specifics of what I need. Of course this is mostly very basic type stuff only.</p> <p>As you know I use a standard template from Blogger. In general I don’t want to make many changes on the whole as I’m pretty satisfied with it. I would like to learn, however, how to change the appearance of the text in the title and description in the header. I suspect I will continue to use a photo as the main component, but at times I might want to change the photo. I would like to be able to change the font and placement of the title and description at times to have it ‘fit’ the particular photo I might want to use. I can see how to change the color, but (correct me if I am wrong) I presume to change the font type and size or the exact placement I will have to edit the HTML.</p> <p>I’m in no real hurry to make such changes, but I can see I would like to have the ability down the road.</p> <p>Baker</p> </div> <div class="comment-controls"> <a rel='nofollow' class='comment-reply-link' href='/modifying-the-blogger-template-tag-structure/?replytocom=1694#respond' onclick='return addComment.moveForm("comment-1694", "1694", "respond", "249")'>Reply</a> </div> </div> </li> </ol> <div class="comments-navigation clearfix"> <div class="floatleft"></div> <div class="floatright"></div> </div> <div id="respond"> <h4 class="module-title">Leave a Reply</h4> <div id="commentsform"> <form action="http://www.waynejohn.com/wp-comments-post.php" method="post" id="commentform"> <div class="changeAva" style="-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;-x-system-font:none;background:#F9F9F9 none repeat scroll 0 0;border:1px solid #D6D6D6;float:right;font-family:arial;font-size:11px;font-size-adjust:none;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;line-height:16px;margin:0 0 10px;padding:5px 10px;text-align:center;width:148px;"> <h4>Use a Gravatar</h4> <a href="http://gravatar.com/" title="Create a Gravatar now on Gravatar.com" target="_blank" rel="nofollow"> <img height="66" width="66" alt="Go to gravatar.com to use a personal avatar!" src="http://www.gravatar.com/avatar/80d770c76309fcb7290f3c4ed97a3081?s=66&d=&r=R&forcedefault=1"> </a> <span style="display:block;">Learn how to <a href="http://www.waynejohn.com/creating-and-using-a-gravatar-image-on-blogs-and-other-sites/" target="_blank">create a Gravatar</a> for yourself and your comments or find a site to <a href="http://www.waynejohn.com/10-cool-create-an-avatar-web-sites/" target="_blank">create an avatar</a>.</span> </div> <input type='hidden' name='comment_post_ID' value='249' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> <p><label for="author">Name (required) </label><br /><small>I use KeywordLuv! Enter "your name @ your keywords" to take advantage of this.</small> <input type="text" name="author" id="s1" value="" size="40" tabindex="1" minlength="2" class="required" /> </p> <p><label for="email">Mail (will not be published) (required)</label><br /> <input type="text" name="email" id="s2" value="" size="40" tabindex="2" class="required email" /> </p> <p><label for="url">Website</label><br /> <input type="text" name="url" id="s3" value="" size="40" tabindex="3" /> </p> <p><label for="twitter">Twitter Username</label><br/> <input type="text" name="atf_twitter_id" id="atf_twitter_id" value="" size="40" tabindex="4" /> </p> <p><strong>XHTML:</strong> You can use these tags: <code><a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> </code></p> <p> <textarea name="comment" id="s4" cols="50" rows="10" tabindex="4" class="required"></textarea> </p> <p> <input name="submit" type="submit" id="sbutt" tabindex="5" value="Submit Comment" /> <a rel="nofollow" id="cancel-comment-reply-link" href="/modifying-the-blogger-template-tag-structure/#respond" style="display:none;">Cancel Reply</a> </p> <input type="hidden" name="cl_type" /><input type="hidden" name="choice_id" /><input type="hidden" name="request_id" /><input type="hidden" name="cl_post" id="cl_post"/><div id="commentluv"><input type="checkbox" id="doluv" name="doluv" checked="checked" style="width:25px;"></input><span id="mylastpost" style="clear: both"><a href="http://comluv.com" target="_blank"><img src="http://www.waynejohn.com/wp-content/plugins/commentluv/images/ACL88x31-black2.gif" border="0" alt="CommentLuv Enabled" title="CommentLuv Enabled"/></a></span><img class="clarrow" id="showmore" src="http://www.waynejohn.com/wp-content/plugins/commentluv/images/down-arrow.gif" alt="show more" style="display:none;"/></div><div id="lastposts" style="display: none;"></div> </form> </div><!-- end #commentsform --></div> </div><!-- #content --> </div><!-- #container --> <div id="primary" class="aside main-aside sidebar"> <ul class="xoxo"> <li class="widgetcontainer clearfix"><h5 class="widgettitle">Subscribe to Wayne John’s feed</h5><div class="widgetcontent"> <div class="textwidget"><a href="http://feeds2.feedburner.com/waynejohn"><img style="margin-top:20px;width:120px;" align="left" src="http://www.waynejohn.com/wp-content/uploads/2010/02/3drss.png" alt="Subscribe via Feed Reader" border="0" hspace="0" title="Click here to subscribe to Wayne's feed in your favorite reader" /></a> <div style="font-size:15px;font-weight:bold;"> Or via email updates: <form style="border:0px solid #ccc;padding:3px;text-align:left;" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=WayneJohn', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><input type="text" style="width:140px" name="email"/><input type="hidden" value="WayneJohn" name="uri"/><input type="hidden" name="loc" value="en_US"/><br/><input type="submit" value="Subscribe" /></form> <p><a href="http://feeds.feedburner.com/WayneJohn"><img src="http://feeds.feedburner.com/~fc/WayneJohn?bg=FF9900&fg=0000000&anim=1" height="26" width="88" style="border:0" alt="" /></a></p> </div> </div> </div></li><li class="widgetcontainer clearfix"><h5 class="widgettitle">Check these guys out</h5><div class="widgetcontent"> <div class="textwidget"><div style="width:125px;float:left;"><!--/* OpenX Javascript Tag v2.8.2 */--> <script type='text/javascript'><!--//<![CDATA[ var m3_u = (location.protocol=='https:'?'https://advertising.waynejohn.com/www/delivery/ajs.php':'http://advertising.waynejohn.com/www/delivery/ajs.php'); var m3_r = Math.floor(Math.random()*99999999999); if (!document.MAX_used) document.MAX_used = ','; document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u); document.write ("?zoneid=2&target=_blank"); document.write ('&cb=' + m3_r); if (document.MAX_used != ',') document.write ("&exclude=" + document.MAX_used); document.write (document.charset ? '&charset='+document.charset : (document.characterSet ? '&charset='+document.characterSet : '')); document.write ("&loc=" + escape(window.location)); if (document.referrer) document.write ("&referer=" + escape(document.referrer)); if (document.context) document.write ("&context=" + escape(document.context)); if (document.mmm_fo) document.write ("&mmm_fo=1"); document.write ("'><\/scr"+"ipt>"); //]]>--></script><noscript><a href='http://advertising.waynejohn.com/www/delivery/ck.php?n=a6020dea&cb=2342234' target='_blank'><img src='http://advertising.waynejohn.com/www/delivery/avw.php?zoneid=2&cb=2342234&n=a6020dea' border='0' alt='' /></a></noscript> </div> <div style="float:right;"> <!--/* OpenX Javascript Tag v2.8.2 */--> <script type='text/javascript'><!--//<![CDATA[ var m3_u = (location.protocol=='https:'?'https://advertising.waynejohn.com/www/delivery/ajs.php':'http://advertising.waynejohn.com/www/delivery/ajs.php'); var m3_r = Math.floor(Math.random()*99999999999); if (!document.MAX_used) document.MAX_used = ','; document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u); document.write ("?zoneid=3&target=_blank"); document.write ('&cb=' + m3_r); if (document.MAX_used != ',') document.write ("&exclude=" + document.MAX_used); document.write (document.charset ? '&charset='+document.charset : (document.characterSet ? '&charset='+document.characterSet : '')); document.write ("&loc=" + escape(window.location)); if (document.referrer) document.write ("&referer=" + escape(document.referrer)); if (document.context) document.write ("&context=" + escape(document.context)); if (document.mmm_fo) document.write ("&mmm_fo=1"); document.write ("'><\/scr"+"ipt>"); //]]>--></script><noscript><a href='http://advertising.waynejohn.com/www/delivery/ck.php?n=a5d90dfd&cb=56756756' target='_blank'><img src='http://advertising.waynejohn.com/www/delivery/avw.php?zoneid=3&cb=56756756&n=a5d90dfd' border='0' alt='' /></a></noscript> </div> <div style="clear:both;"></div></div> </div></li><li class="widgetcontainer clearfix"><h5 class="widgettitle">Recent Comments from visitors like yourself</h5><div class="widgetcontent"><div id="get_recent_comments_wrap"><ul><li><strong><a href="http://www.waynejohn.com/how-to-easily-inflate-your-rss-subscriber-numbers-with-friendfeed/" title="How to easily inflate your RSS subscriber numbers with FriendFeed was posted on March 8, 2010">How to easily inflate your RSS subscriber numbers with FriendFeed</a> (<a href="#" title="There are 4 comments to this posting">4</a>)</strong><ul> <li><div style="float:left;padding:5px;"><img src="http://www.gravatar.com/avatar.php?gravatar_id=6067083a21d6962bc162855e7c882042&size=20&rating=R" alt="" width="20" height="20" class="kjgrcGravatar" /></div><a href="http://magazine.gritfx.com">Manz</a> said: "Question: when is a good time to add the FeedBurner subscriber badge to your blog? Anytime? With any..."</li> <li><div style="float:left;padding:5px;"><img src="http://www.gravatar.com/avatar.php?gravatar_id=aff299f3f5aeab6fb52416dc7102f88a&size=20&rating=R" alt="" width="20" height="20" class="kjgrcGravatar" /></div><a href="">Yukon</a> said: "LOL, Or just edit the FeedBurner subscriber count/badge on your blog, with any photo editing software"</li> </ul></li> <li><strong><a href="http://www.waynejohn.com/do-people-hunt-down-dofollow-blogs-just-to-leave-comments/" title="Do people hunt down dofollow blogs just to leave comments? was posted on March 4, 2010">Do people hunt down dofollow blogs just to leave comments?</a> (<a href="#" title="There are 10 comments to this posting">10</a>)</strong><ul> <li><div style="float:left;padding:5px;"><img src="http://www.gravatar.com/avatar.php?gravatar_id=6067083a21d6962bc162855e7c882042&size=20&rating=R" alt="" width="20" height="20" class="kjgrcGravatar" /></div><a href="http://magazine.gritfx.com">Manz</a> said: "Waking up to 100 comments – mostly which is spam – is never fun! I can only imagine how that..."</li> <li><div style="float:left;padding:5px;"><img src="http://www.gravatar.com/avatar.php?gravatar_id=c070b1c3fda59f15d2b9ef6a93b871c4&size=20&rating=R" alt="" width="20" height="20" class="kjgrcGravatar" /></div><a href="http://websitebuilding.biz/">John</a> said: "I kind of agree with Ed, I will only go out of my way to post on dofollow blogs. I mean, if I end up..."</li> <li><div style="float:left;padding:5px;"><img src="http://www.gravatar.com/avatar.php?gravatar_id=270ed5268bbd28932dfae2519143e701&size=20&rating=R" alt="" width="20" height="20" class="kjgrcGravatar" /></div><a href="http://www.john-edwards-blog.com">Ed</a> said: "Hi Wayne, I fully agree with you, but i must admit i do only try to comment on do follow blogs, however at..."</li> <li><div style="float:left;padding:5px;"><img src="http://www.gravatar.com/avatar.php?gravatar_id=e7491094d53c75c21832bac88e090ddd&size=20&rating=R" alt="" width="20" height="20" class="kjgrcGravatar" /></div><a href="http://www.pixelheadonline.com/blog/">Adam</a> said: "To combat the spammy articles when I went dofollow numerous years ago, I instituted my commenting..."</li> <li><div style="float:left;padding:5px;"><img src="http://www.gravatar.com/avatar.php?gravatar_id=1c5ea3820bdc3c24caf34d26f3669899&size=20&rating=R" alt="" width="20" height="20" class="kjgrcGravatar" /></div><a href="http://www.hackcorp.com">hackcorp</a> said: "I don’t think it has as much to do with do-follow as with good rankings for keywords. I..."</li> </ul></li> <li><strong><a href="http://www.waynejohn.com/the-hyperlink-title-property-explained/" title="The Hyperlink Title Property Explained was posted on September 25, 2008">The Hyperlink Title Property Explained</a> (<a href="#" title="There are 8 comments to this posting">8</a>)</strong><ul> <li><div style="float:left;padding:5px;"><img src="http://www.gravatar.com/avatar.php?gravatar_id=5123d581754e6ce3360e10166123d36e&size=20&rating=R" alt="" width="20" height="20" class="kjgrcGravatar" /></div><a href="http://www.seo-copy.co.uk">SEO Copy</a> said: "Thanks for the tip Wayne – I had never known about the hyperlink title tag for SEO purposes,..."</li> </ul></li> <li><strong><a href="http://www.waynejohn.com/why-censorship-is-good/" title="Why Censorship Is Good was posted on December 29, 2008">Why Censorship Is Good</a> (<a href="#" title="There are 13 comments to this posting">13</a>)</strong><ul> <li><div style="float:left;padding:5px;"><img src="http://www.gravatar.com/avatar.php?gravatar_id=769b3fd7ea119e84a30b5de2e63e739e&size=20&rating=R" alt="" width="20" height="20" class="kjgrcGravatar" /></div><a href="http://computerfreezes.net">John@Computer Freezes</a> said: "I must say. You make a good point. Laughing my ‘beep’ butt off at the..."</li> </ul></li> <li><strong><a href="http://www.waynejohn.com/targeting-your-comment-efforts-for-higher-ranks-and-more-traffic/" title="Targeting your comment efforts for higher ranks and more traffic was posted on January 18, 2010">Targeting your comment efforts for higher ranks and more traffic</a> (<a href="#" title="There are 20 comments to this posting">20</a>)</strong><ul> <li><div style="float:left;padding:5px;"><img src="http://www.gravatar.com/avatar.php?gravatar_id=e7491094d53c75c21832bac88e090ddd&size=20&rating=R" alt="" width="20" height="20" class="kjgrcGravatar" /></div><a href="http://www.pixelheadonline.com/blog/">Adam</a> said: "Wayne, I have been and continue to be a big fan of the idea that your links need to have a wide variety,..."</li> </ul></li> </ul></div></div></li><li class="widgetcontainer clearfix"><h5 class="widgettitle">Categories</h5><div class="widgetcontent"> <ul> <li class="cat-item cat-item-397"><a href="http://www.waynejohn.com/category/amusing/" title="View all posts filed under Amusing">Amusing</a> (69) </li> <li class="cat-item cat-item-393"><a href="http://www.waynejohn.com/category/blogging-help-tips/" title="View all posts filed under Blogging Help & Tips">Blogging Help & Tips</a> (95) </li> <li class="cat-item cat-item-708"><a href="http://www.waynejohn.com/category/build-a-website/" title="View all posts filed under Build a website">Build a website</a> (3) </li> <li class="cat-item cat-item-296"><a href="http://www.waynejohn.com/category/link-building/" title="View all posts filed under Link Building">Link Building</a> (12) </li> <li class="cat-item cat-item-263"><a href="http://www.waynejohn.com/category/make-money/" title="How to make money online">Make Money</a> (25) </li> <li class="cat-item cat-item-394"><a href="http://www.waynejohn.com/category/random-thoughts/" title="View all posts filed under Random Thoughts">Random Thoughts</a> (133) </li> <li class="cat-item cat-item-396"><a href="http://www.waynejohn.com/category/social-networking/" title="View all posts filed under Social Networking">Social Networking</a> (23) </li> <li class="cat-item cat-item-726"><a href="http://www.waynejohn.com/category/tech-talk/" title="View all posts filed under Tech Talk">Tech Talk</a> (1) </li> <li class="cat-item cat-item-280"><a href="http://www.waynejohn.com/category/traffic/" title="View all posts filed under Traffic">Traffic</a> (14) </li> <li class="cat-item cat-item-395"><a href="http://www.waynejohn.com/category/web-development-tips/" title="View all posts filed under Web Development Tips">Web Development Tips</a> (63) </li> </ul> </div></li><li class="widgetcontainer clearfix"><h5 class="widgettitle">Google Friend Connect – Join me!</h5><div class="widgetcontent"> <div class="textwidget"><!-- Include the Google Friend Connect javascript library. --> <script type="text/javascript" src="http://www.google.com/friendconnect/script/friendconnect.js"></script> <!-- Define the div tag where the gadget will be inserted. --> <div id="div-6090088366313439615" style="width:295px;"></div> <!-- Render the gadget into a div. --> <script type="text/javascript"> var skin = {}; skin['BORDER_COLOR'] = 'transparent'; skin['ENDCAP_BG_COLOR'] = 'transparent'; skin['ENDCAP_TEXT_COLOR'] = '#333333'; skin['ENDCAP_LINK_COLOR'] = '#0000cc'; skin['ALTERNATE_BG_COLOR'] = 'transparent'; skin['CONTENT_BG_COLOR'] = 'transparent'; skin['CONTENT_LINK_COLOR'] = '#0000cc'; skin['CONTENT_TEXT_COLOR'] = '#333333'; skin['CONTENT_SECONDARY_LINK_COLOR'] = '#7777cc'; skin['CONTENT_SECONDARY_TEXT_COLOR'] = '#666666'; skin['CONTENT_HEADLINE_COLOR'] = '#333333'; skin['NUMBER_ROWS'] = '5'; google.friendconnect.container.setParentUrl('/' /* location of rpc_relay.html and canvas.html */); google.friendconnect.container.renderMembersGadget( { id: 'div-6090088366313439615', site: '09423232706781706405' }, skin); </script> </div> </div></li> <li class="widgetcontainer clearfix"> <h5 class="widgettitle">Latest Favorite Video</h5> <div class="widgetcontent"> <h4 style='margin:0px;'>What are some effective techniques for building links?</h4><a rel='tubepress_longtail_shadowbox_1257210388' id='tubepress_image_MkLFlaWxgJA_1257210388'><img width='280' src='http://i.ytimg.com/vi/MkLFlaWxgJA/default.jpg' alt='What are some effective techniques for building links?'></a><div style='display: none;' id='tubepress_embedded_object_1257210388'><object style='width: 853px; height: 505px;' data='http://www.waynejohn.com/wp-content/plugins/tubepress/ui/embedded_flash/longtail/lib/player.swf' type='application/x-shockwave-flash'><param value='never' name='AllowScriptAccess'><param value='transparent' name='wmode'><param value='http://www.waynejohn.com/wp-content/plugins/tubepress/ui/embedded_flash/longtail/lib/player.swf' name='movie'><param value='#000000' name='bgcolor'><param value='high' name='quality'><param value='file=http://www.youtube.com/watch?v=MkLFlaWxgJA&autostart=true&height=505&width=853&plugins=ltas<as.cc=hudgxpakcvfckng' name='flashvars'></object></div><center><a href='http://www.waynejohn.com/a-collection-of-great-video-clips/'>More favorite videos</a></center></div> </li> </ul> </div><!-- #primary --> <div id="secondary" class="aside main-aside sidebar"> <ul class="xoxo"> <!-- Widgetized sidebar, if you have the plugin installed. --> </ul> </div><!-- #secondary --> </div><!-- #main --> <div id="footer" class="clearfix"> <ul id="footer-sidebar" class="clearfix xoxo"> <li class="widgetcontainer clearfix"><h5 class="widgettitle">Translator</h5><div class="widgetcontent"> <!--FLAG_BAR_BEGIN--><div id="translation_bar"><map id="gltr_flags_map" name="gltr_flags_map"><area shape='rect' coords='0,0,16,11' href='http://www.waynejohn.com/modifying-the-blogger-template-tag-structure/' id='flag_en' title='English'/><area shape='rect' coords='20,0,36,11' href='http://www.waynejohn.com/it/modifying-the-blogger-template-tag-structure/' id='flag_it' title='Italian'/><area shape='rect' coords='40,0,56,11' href='http://www.waynejohn.com/ko/modifying-the-blogger-template-tag-structure/' id='flag_ko' title='Korean'/><area shape='rect' coords='60,0,76,11' href='http://www.waynejohn.com/zh-CN/modifying-the-blogger-template-tag-structure/' id='flag_zh-CN' title='Chinese (Simplified)'/><area shape='rect' coords='80,0,96,11' href='http://www.waynejohn.com/zh-TW/modifying-the-blogger-template-tag-structure/' id='flag_zh-TW' title='Chinese (Traditional)'/><area shape='rect' coords='100,0,116,11' href='http://www.waynejohn.com/pt/modifying-the-blogger-template-tag-structure/' id='flag_pt' title='Portuguese'/><area shape='rect' coords='120,0,136,11' href='http://www.waynejohn.com/de/modifying-the-blogger-template-tag-structure/' id='flag_de' title='German'/><area shape='rect' coords='140,0,156,11' href='http://www.waynejohn.com/fr/modifying-the-blogger-template-tag-structure/' id='flag_fr' title='French'/><area shape='rect' coords='160,0,176,11' href='http://www.waynejohn.com/es/modifying-the-blogger-template-tag-structure/' id='flag_es' title='Spanish'/><area shape='rect' coords='180,0,196,11' href='http://www.waynejohn.com/ja/modifying-the-blogger-template-tag-structure/' id='flag_ja' title='Japanese'/><area shape='rect' coords='0,15,16,26' href='http://www.waynejohn.com/ar/modifying-the-blogger-template-tag-structure/' id='flag_ar' title='Arabic'/><area shape='rect' coords='20,15,36,26' href='http://www.waynejohn.com/ru/modifying-the-blogger-template-tag-structure/' id='flag_ru' title='Russian'/><area shape='rect' coords='40,15,56,26' href='http://www.waynejohn.com/el/modifying-the-blogger-template-tag-structure/' id='flag_el' title='Greek'/><area shape='rect' coords='60,15,76,26' href='http://www.waynejohn.com/nl/modifying-the-blogger-template-tag-structure/' id='flag_nl' title='Dutch'/><area shape='rect' coords='80,15,96,26' href='http://www.waynejohn.com/bg/modifying-the-blogger-template-tag-structure/' id='flag_bg' title='Bulgarian'/><area shape='rect' coords='100,15,116,26' href='http://www.waynejohn.com/cs/modifying-the-blogger-template-tag-structure/' id='flag_cs' title='Czech'/><area shape='rect' coords='120,15,136,26' href='http://www.waynejohn.com/hr/modifying-the-blogger-template-tag-structure/' id='flag_hr' title='Croatian'/><area shape='rect' coords='140,15,156,26' href='http://www.waynejohn.com/da/modifying-the-blogger-template-tag-structure/' id='flag_da' title='Danish'/><area shape='rect' coords='160,15,176,26' href='http://www.waynejohn.com/fi/modifying-the-blogger-template-tag-structure/' id='flag_fi' title='Finnish'/><area shape='rect' coords='180,15,196,26' href='http://www.waynejohn.com/hi/modifying-the-blogger-template-tag-structure/' id='flag_hi' title='Hindi'/><area shape='rect' coords='0,30,16,41' href='http://www.waynejohn.com/pl/modifying-the-blogger-template-tag-structure/' id='flag_pl' title='Polish'/><area shape='rect' coords='20,30,36,41' href='http://www.waynejohn.com/ro/modifying-the-blogger-template-tag-structure/' id='flag_ro' title='Romanian'/><area shape='rect' coords='40,30,56,41' href='http://www.waynejohn.com/sv/modifying-the-blogger-template-tag-structure/' id='flag_sv' title='Swedish'/><area shape='rect' coords='60,30,76,41' href='http://www.waynejohn.com/no/modifying-the-blogger-template-tag-structure/' id='flag_no' title='Norwegian'/><area shape='rect' coords='80,30,96,41' href='http://www.waynejohn.com/ca/modifying-the-blogger-template-tag-structure/' id='flag_ca' title='Catalan'/><area shape='rect' coords='100,30,116,41' href='http://www.waynejohn.com/tl/modifying-the-blogger-template-tag-structure/' id='flag_tl' title='Filipino'/><area shape='rect' coords='120,30,136,41' href='http://www.waynejohn.com/iw/modifying-the-blogger-template-tag-structure/' id='flag_iw' title='Hebrew'/><area shape='rect' coords='140,30,156,41' href='http://www.waynejohn.com/id/modifying-the-blogger-template-tag-structure/' id='flag_id' title='Indonesian'/><area shape='rect' coords='160,30,176,41' href='http://www.waynejohn.com/lv/modifying-the-blogger-template-tag-structure/' id='flag_lv' title='Latvian'/><area shape='rect' coords='180,30,196,41' href='http://www.waynejohn.com/lt/modifying-the-blogger-template-tag-structure/' id='flag_lt' title='Lithuanian'/><area shape='rect' coords='0,45,16,56' href='http://www.waynejohn.com/sr/modifying-the-blogger-template-tag-structure/' id='flag_sr' title='Serbian'/><area shape='rect' coords='20,45,36,56' href='http://www.waynejohn.com/sk/modifying-the-blogger-template-tag-structure/' id='flag_sk' title='Slovak'/><area shape='rect' coords='40,45,56,56' href='http://www.waynejohn.com/sl/modifying-the-blogger-template-tag-structure/' id='flag_sl' title='Slovenian'/><area shape='rect' coords='60,45,76,56' href='http://www.waynejohn.com/uk/modifying-the-blogger-template-tag-structure/' id='flag_uk' title='Ukrainian'/><area shape='rect' coords='80,45,96,56' href='http://www.waynejohn.com/vi/modifying-the-blogger-template-tag-structure/' id='flag_vi' title='Vietnamese'/><area shape='rect' coords='100,45,116,56' href='http://www.waynejohn.com/sq/modifying-the-blogger-template-tag-structure/' id='flag_sq' title='Albanian'/><area shape='rect' coords='120,45,136,56' href='http://www.waynejohn.com/et/modifying-the-blogger-template-tag-structure/' id='flag_et' title='Estonian'/><area shape='rect' coords='140,45,156,56' href='http://www.waynejohn.com/gl/modifying-the-blogger-template-tag-structure/' id='flag_gl' title='Galician'/><area shape='rect' coords='160,45,176,56' href='http://www.waynejohn.com/mt/modifying-the-blogger-template-tag-structure/' id='flag_mt' title='Maltese'/><area shape='rect' coords='180,45,196,56' href='http://www.waynejohn.com/th/modifying-the-blogger-template-tag-structure/' id='flag_th' title='Thai'/><area shape='rect' coords='0,60,16,71' href='http://www.waynejohn.com/tr/modifying-the-blogger-template-tag-structure/' id='flag_tr' title='Turkish'/><area shape='rect' coords='20,60,36,71' href='http://www.waynejohn.com/hu/modifying-the-blogger-template-tag-structure/' id='flag_hu' title='Hungarian'/><area shape='rect' coords='40,60,56,71' href='http://www.waynejohn.com/be/modifying-the-blogger-template-tag-structure/' id='flag_be' title='Belarus'/><area shape='rect' coords='60,60,76,71' href='http://www.waynejohn.com/ga/modifying-the-blogger-template-tag-structure/' id='flag_ga' title='Irish'/><area shape='rect' coords='80,60,96,71' href='http://www.waynejohn.com/is/modifying-the-blogger-template-tag-structure/' id='flag_is' title='Icelandic'/><area shape='rect' coords='100,60,116,71' href='http://www.waynejohn.com/mk/modifying-the-blogger-template-tag-structure/' id='flag_mk' title='Macedonian'/><area shape='rect' coords='120,60,136,71' href='http://www.waynejohn.com/ms/modifying-the-blogger-template-tag-structure/' id='flag_ms' title='Malay'/><area shape='rect' coords='140,60,156,71' href='http://www.waynejohn.com/fa/modifying-the-blogger-template-tag-structure/' id='flag_fa' title='Persian'/></map><img style='border:0px;' src='http://www.waynejohn.com/wp-content/plugins/global-translator/gltr_image_map.png' usemap='#gltr_flags_map'/></div><div id="transl_sign"></div><!--FLAG_BAR_END--> </div></li> </ul> <ul class="footer-message"> <li class="widgetcontainer"> <h4 class="widgettitle">Copyright and Thanks</h4> <div class="widgetcontent"> © Copyright 1971 Wayne John. All Rights Reserved. <a href="http://www.waynejohn.com/privacy/" title="Privacy Policy">Privacy Policy</a>. Translator by <a href="http://www.n2h.it">N2H</a>. Theme is <a href="http://www.arrastheme.com/">Arras Theme</a>.<br/><br/> <center><img src="http://www.waynejohn.com/wp-content/uploads/2010/02/dofollow50A.jpg" alt="WayneJohn.com is DoFollow" /></center> </div> </li> </ul> </div> <script type='text/javascript' src='http://www.waynejohn.com/wp-includes/js/jquery/jquery.form.js?ver=2.02m'></script> <script type='text/javascript' src='http://www.waynejohn.com/wp-content/plugins/contact-form-7/scripts.js?ver=2.1.2'></script> <!-- Google Analytics for WordPress | http://yoast.com/wordpress/google-analytics/ --> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-1458791-2"); // Cookied already: pageTracker._trackPageview(); } catch(err) {} </script> <!-- End of Google Analytics code --> <script class="javascript" src="http://www.waynejohn.com/wp-content/plugins/google-syntax-highlighter/Scripts/shCore.js"></script> <script class="javascript" src="http://www.waynejohn.com/wp-content/plugins/google-syntax-highlighter/Scripts/shBrushCSharp.js"></script> <script class="javascript" src="http://www.waynejohn.com/wp-content/plugins/google-syntax-highlighter/Scripts/shBrushPhp.js"></script> <script class="javascript" src="http://www.waynejohn.com/wp-content/plugins/google-syntax-highlighter/Scripts/shBrushJScript.js"></script> <script class="javascript" src="http://www.waynejohn.com/wp-content/plugins/google-syntax-highlighter/Scripts/shBrushJava.js"></script> <script class="javascript" src="http://www.waynejohn.com/wp-content/plugins/google-syntax-highlighter/Scripts/shBrushVb.js"></script> <script class="javascript" src="http://www.waynejohn.com/wp-content/plugins/google-syntax-highlighter/Scripts/shBrushSql.js"></script> <script class="javascript" src="http://www.waynejohn.com/wp-content/plugins/google-syntax-highlighter/Scripts/shBrushXml.js"></script> <script class="javascript" src="http://www.waynejohn.com/wp-content/plugins/google-syntax-highlighter/Scripts/shBrushDelphi.js"></script> <script class="javascript" src="http://www.waynejohn.com/wp-content/plugins/google-syntax-highlighter/Scripts/shBrushPython.js"></script> <script class="javascript" src="http://www.waynejohn.com/wp-content/plugins/google-syntax-highlighter/Scripts/shBrushRuby.js"></script> <script class="javascript" src="http://www.waynejohn.com/wp-content/plugins/google-syntax-highlighter/Scripts/shBrushCss.js"></script> <script class="javascript" src="http://www.waynejohn.com/wp-content/plugins/google-syntax-highlighter/Scripts/shBrushCpp.js"></script> <script class="javascript"> dp.SyntaxHighlighter.ClipboardSwf = 'http://www.waynejohn.com/wp-content/plugins/google-syntax-highlighter/Scripts/clipboard.swf'; dp.SyntaxHighlighter.HighlightAll('code'); </script> <!-- <p class="small"> WassUp 1.7.2.1 timestamp: 2010-03-11 02:46:12PM UTC (07:46AM)<br /> If above timestamp is not current time, this page is cached.</p> --> <script type="text/javascript"> jQuery(document).ready(function($) { }); </script> </div><!-- #wrapper --> </body> </html>