Simple DIV question

Discussion in 'HTML & Website Design' started by Zhu, Mar 20, 2009.

  1. #1
    Hi,

    I have what I think is a quiet simple "div" question.

    On my blog homepage, I have several sections: lastest posts, featured posts etc. They each are in their own "box".

    Now, I'm adding a Flickr RSS plugin, which shows my latest pictures. But I would like it to be a in a different box... and currently, it is in the same box as the latest posts section.

    See my index.php file:

    I hope I'm relatively clear! I'm really new at editing and coding, but it feels like a simple div problem.

    Anybody to help me figure this out?

    Thank you very much!
     
    Zhu, Mar 20, 2009 IP
  2. Colbyt

    Colbyt Notable Member

    Messages:
    3,224
    Likes Received:
    185
    Best Answers:
    0
    Trophy Points:
    210
    #2
    Now sure about a blogger page. On any normal page you can plug the entire line:
    into the page anywhere you want to as long as the width of that new div does not exceed the width of the div in which it is placed. If there are floated elements above the insertion you may need to clear the floats.

    I would try it and see what happens. A div is just a box of content placed on a page or inside another box.
     
    Colbyt, Mar 20, 2009 IP
  3. ivogue

    ivogue Peon

    Messages:
    246
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    well make sure you plug in in the right spot and make sure class="flickrrss" css matches your other "box" css if you wanna make it look the same.
     
    ivogue, Mar 20, 2009 IP
  4. Zhu

    Zhu Well-Known Member

    Messages:
    323
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    128
    #4
    Thank you for your help. I figured out!
     
    Zhu, Mar 22, 2009 IP