Actually, after analysing the code i think you should add to:
div.posts { margin-left: 200px; margin-top: 100px; width: 500px; }
with:
div.posts { margin-left: 200px; margin-top: 100px; width: 500px; float: left; }
From static it will became fluid… two or more column…
PS with a bit of luck we are gonna keep the caption where it is…
@marcom started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
Actually, after analysing the code i think you should add to:
div.posts {
margin-left: 200px;
margin-top: 100px;
width: 500px;
}
with:
div.posts {
margin-left: 200px;
margin-top: 100px;
width: 500px;
float: left;
}
From static it will became fluid… two or more column…
PS with a bit of luck we are gonna keep the caption where it is…