On my homepage http://www.hanleydesigns.com/hanley/
How do I centre the "Latest Image" thumbnail?
And I would like to display the latest 5 images instead of just 1

Help appreciated!

Comments

HanleyDesigns’s picture

anybody available to help me please?

mikewheaton’s picture

Where is the "Latest Image" thumbnail? I'm not seeing it on your home page.

HanleyDesigns’s picture

Sorry mike, I have renamed it to "Portfolio Samples", I would like to centre the image in it's table.
Any ideas on how to list the 5 most recent images would be greatly appreciated! I'll donate $10 to the drupal project if someone can help me out with both issues!
Cheers guys!

HanleyDesigns’s picture

okay, I can answer part of my own question here.... I've fiddled with the style.css for my theme, and there's a bit of code I needed to add.

FIND:

#sidebar-right {
  width:21%;
  float:right;
}

ADD TEXT ALIGN TO THE CODE:

#sidebar-right {
  width:21%;
  text-align:center;
  float:right;
}

Now the image is centred, I'm still requiring help with showing 5 thumbnails instead of only one!
Help appreciated guys!