Click to See Complete Forum and Search --> : Div's vertically


Hellusius
11-20-2008, 08:50 PM
Hello reader,

I just have a wondering question, here @ "http://wow-portal.nl/divinity/news.php" you see two screenshots, inside a div content block with the following CSS information


.galery {
text-align: center;
color: #A8760B;
font-family: times;
font-weight: 900;
font-size: 17px;
width: 100%;
}


I am wondering if there is some sort of option to get them to align over the vertical border instead of the horizontal border as they do now, so basically I don't want them under each other but next to each other, without using a table preferably.

Cheers

OctoberWind
11-22-2008, 10:19 AM
Don't use the table, and just drop the divs in place. They will naturally stack on top of each other, because they are a block level element.