Gallery like this?

:o how do i go about doing this?
 
try what i use
in style.css :
HTML:
.post
{
display: block;
overflow:hidden;
width:98%;
	height: 150px;
	width: 100px;
    background-color: #9B1010;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
    text-align: center;
    border: 1px solid #FFFFFF;
	background-color: #000000;
}

you should practice a little with css and index.php pages. wordpress is the best for google, that's why i don't use other gallery script.
feel free to ask if u have more qs.
 
I tried this, it didn't make it look like that at all. =<
 
Back
Top