Hi akamaxbuz!
Have you tried adding 2 1/4 columns beside the 1/2 column ? Add an Image element on the 1/4 columns then add a Text Block for captions.
Regards,
Ismael
Thanks. I tried that but we like how the gallery view has the pix abutted. There is too much space in the 1/4 column solution. But!! you gave me an idea. I added a text block and styled the caption.
http://www.kennethbsmith.com/clients/abww/ab-wardrob-works-clients-women/
p .client-caption {
display: block;
float: left;
font: 0.8em Arial, sans-serif;
text-align: center;
width: 50%;
}
That should work. Couldn’t have done it without you.