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!
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.
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.