1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

What's another alternative for this line code?

Discussion in 'HTML & Website Design' started by KingKuba, Feb 13, 2012.

  1. #1
    <div id='sidebar-wrapper'>

    Seems like a common problem. Can't find anything thru google. I guess new blogger templates have a different sidebar code. Thought I found it but it did not work. Really driving me crazy as no search can find it online just a bunch of people looking for it too.

    Thanks. It's for the template in my blog that's in the sig.


    Blogger Sidebar

     
    KingKuba, Feb 13, 2012 IP
  2. BigTim3

    BigTim3 Guest

    Messages:
    266
    Likes Received:
    1
    Best Answers:
    2
    Trophy Points:
    0
    #2
    are you looking for what it goes to?
     
    BigTim3, Feb 13, 2012 IP
  3. KingKuba

    KingKuba Peon

    Messages:
    69
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    KingKuba, Feb 14, 2012 IP
  4. awais_aslam

    awais_aslam Peon

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Simply visit w3school.
     
    awais_aslam, Feb 17, 2012 IP
  5. apnamirpur

    apnamirpur Greenhorn

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #5
    which cms you r using ???
     
    apnamirpur, Feb 17, 2012 IP
  6. minisouls

    minisouls Member

    Messages:
    83
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #6
    Broadly speaking the process is as follows:

    Analyze the structure and style of the template.
    Adding a new editable area, ie the area to add new gadgets.
    Modify styles.
    To follow this without issues this and any other tutorial that involves making changes in the structure of a blog or website is very advisable to know some html and CSS. So:

    Analyze the structure and style of the template



    For the majority of the templates, and specially Blogger ones, have a very similar structure, a header with title and description, a wrapper with the main column, a sidebar, and a footer with credits and some other information.

    In this case our interest is the wrapper in which we have the content and the sidebar, starting from the Blogger code (Design/Edit HTML) it looks something like this:

    <div id='content-wrapper'>
    <div id='main-wrapper'>
    <b:section class='main' id='main' showaddelement='no'>
    <b:widget id='Blog1' locked='true' title='Blog Entries' type='Blog'/>
    </b:section>
    </div>

    <div id='sidebar-wrapper'>
    <b:section class='sidebar' id='sidebar' preferred='yes'>
    <!-- Sidebar's widgets and gadgets code -->
    </b:section>

    </div>
    </div>
     
    minisouls, Feb 17, 2012 IP
  7. Rodney Jones

    Rodney Jones Peon

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    visit w3school...
     
    Rodney Jones, Mar 16, 2012 IP