<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.g?targetBlogID\x3d6325373\x26blogName\x3d*~Dreamers+Like+Me~*\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dSILVER\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://dreamerslikeme.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://dreamerslikeme.blogspot.com/\x26vt\x3d-7357763203600804086', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Wednesday, August 25, 2004

Code help

Can anyone see what is wrong with my code my my right hand column starts after my posts? A little insight would be greatly appreciated. :)

2 Comments:

  • At 8:38 AM, Blogger Michael56J said…

    Just as a first look, in your template, your Page Structure section shows Content width of 740 px. Try reducing this number.

    Might work, might not. Mine says 700 px.

    Try it. You can always change it back!

    I've copied the relevant section below.

    /* Page Structure
    ----------------------------------------------- */
    /* The images which help create rounded corners depend on the
    following widths and measurements. If you want to change
    these measurements, the images will also need to change.
    */
    #content {
    width:740px;
    margin:0 auto;
    text-align:left;
    }

     
  • At 8:50 AM, Blogger Rebecca said…

    Thanks, I actually needed to increase that number to make it all fit.

    I appreciate the help!

     

Post a Comment

<< Home