PDA

View Full Version : album view layout help


brich65
05-21-2008, 01:20 AM
Can anyone help with how to get the album view plugin to display correctly. I can't get it to show up like the browse thumbs. It keeps lining up straight down the page.

http://www.shuttervice.com/iblog/index.php?x=albumview

I am obviously not a coder and can't figure this one out.

thx

kevincrafts
05-21-2008, 03:50 AM
Add this to your css file:

.albumWrapper { float:left; }

If you want spacing between them, you can do that by adding a margin attribute like this:

.albumWrapper { float:left; margin:5px;}