View Full Version : How do I put a group of <div>'s into one?


onnet5
10-27-2005, 02:06 PM
Hey there. I've resolved an issue about positioning my <div>'s. Now there's another problem. Each of the blogs is made up of 3 <div>'s because it allows the blog to make itself bigger whenever i add more content. So if i was to position all 3, i'd need to move the footer everytime i added more content. So, if i was to put all 3 of these <div>'s into one <div> I could position it and not worry about it getting bigger while adding content. So, can anyone tell me how to put them into one <div>

MaGiCSuN
10-28-2005, 03:03 PM
just make a div around it and set the width to the same width that all the other divs have. In that way they are forced to go "below" each other and not next to each other. Don't include a height, only for the header and footer

Love,
Mirna