<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/8533899065645347781?origin\x3dhttp://mciu113006.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Tuesday, September 4, 2007

Delete "Next Blog" Button

Here's a blog entry from Will Richardson's old site with the code to eliminate the "Next Blog" button from the newer Blogger templates. Get the scoop (and the code) at http://weblogg-ed.com/2007/blogger-next-blog-solution/

FYI - I used the code to eliminate the option from this blog. It removes the entire nav bar, but in the classroom it's something we have to do!

Labels: ,