Blog Help Needed

Discussion in 'HTML & Website Design' started by 3dPrinting, Sep 5, 2006.

  1. #1
    I need help with the alignment of my blog side bars. The right drops to the bottom and I can't figure it out. I've tried for hours to figure whats the problem but finally gave in to ask for help.

    Anyone out there that can lend a brother a hand?.

    Either something is missing or a code is not closed. Please help.

    Thanks,
    Here it is: http://jvgold.blogspot.com/
     
    3dPrinting, Sep 5, 2006 IP
  2. edelman

    edelman Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    i didn't look very carefully at your code, but it may be from your container being too small to hold both your main panel and your sidebar. maybe you fixed some padding/margins and forgot to adjust the width.
     
    edelman, Sep 5, 2006 IP
  3. 3dPrinting

    3dPrinting Peon

    Messages:
    894
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks I got it to work. :)
     
    3dPrinting, Sep 5, 2006 IP
  4. BILZ

    BILZ Peon

    Messages:
    1,515
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    0
    #4
    how did you remove the blogger banner thing at the top?
     
    BILZ, Sep 5, 2006 IP
  5. wmtips

    wmtips Well-Known Member

    Messages:
    601
    Likes Received:
    70
    Best Answers:
    1
    Trophy Points:
    150
    #5
    It is possible if you host your blog on your own. If free blogspot webspace is used, in case you removed banner, you could be banned (quote from blogger TOS):
     
    wmtips, Sep 6, 2006 IP
  6. 3dPrinting

    3dPrinting Peon

    Messages:
    894
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Actually there's a simple code to remove the banner but since its against TOS which I didn't know til now then I cannot share it.

    Thanks guys.
     
    3dPrinting, Sep 6, 2006 IP
  7. Tyler Banfield

    Tyler Banfield Well-Known Member

    Messages:
    3,027
    Likes Received:
    173
    Best Answers:
    0
    Trophy Points:
    160
    #7
    From my blog:

    To hide the NavBar at the top of any Blogger blog, add the following code directly beneath the < style type="text/css" > (which is located at the top of the template):

    #b-navbar {
    height:0px;
    visibility:hidden;
    display:none
    }
     
    Tyler Banfield, Sep 6, 2006 IP
    BILZ likes this.
  8. Tyler Banfield

    Tyler Banfield Well-Known Member

    Messages:
    3,027
    Likes Received:
    173
    Best Answers:
    0
    Trophy Points:
    160
    #8
    They never updated their TOS ;) Therefore, the blurb about "Pyra Ads" only applies to old blogs that still have an ad bar (ie. http://diamond.blogspot.com/ )
     
    Tyler Banfield, Sep 6, 2006 IP
  9. wmtips

    wmtips Well-Known Member

    Messages:
    601
    Likes Received:
    70
    Best Answers:
    1
    Trophy Points:
    150
    #9
    wmtips, Sep 6, 2006 IP
  10. Tyler Banfield

    Tyler Banfield Well-Known Member

    Messages:
    3,027
    Likes Received:
    173
    Best Answers:
    0
    Trophy Points:
    160
    #10
    "Unless you publish your blog via FTP, the Navbar cannot be disabled."

    They're not saying that you can't hide it, they're saying that you won't be offered the option to disable it ;)
     
    Tyler Banfield, Sep 6, 2006 IP
  11. 3dPrinting

    3dPrinting Peon

    Messages:
    894
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Anyways, I had to play it safe and removed the code to add Bloggers Navbar. Now how do I drop my page down as it is obstructed by Navbar?. Help?.

    Thanks,
    Here it is: http://jvgold.blogspot.com/
     
    3dPrinting, Sep 6, 2006 IP