Topic: Gallery

Hi,

So if I wanted to add a little more 'look' to a photo gallery, what would be the easiest way so it could still work with your new gallery feature? I am basically looking to just add some border or something to make it look a little more like a photo - as it stands currently, it is so plain.

Thanks
Ryan

Re: Gallery

Hi Ryan, you can try using CSS to style the A tag, e.g.

#gallery a {
  border:5px solid red;
}