One more question and then I will sleep. Getting closer to having this thing molded how I want however the album info is squished next to the thumbnail in each table instead of centered beneath it. Here is a screenshot:
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.folkphotography.com%2Fss4.jpg&hash=31b0f84490b817d3f6a8e3896b78ba1d4b1a5cf3)
I tried putting the {ALB_DESC} in its own <tr> but no change. Guess I was looking in the wrong place. Can someone please point me in the right direction?
Thanks for any help!
link?
http://www.folkphotography.com/coppermine/index.php
I found on another post the link to the Web Accessibility Toolbar which helped me narrow down the CSS but I am sitll pretty lost. Thanks in advance for any help!
I don't understand the question: you seem to have accomplished to display the text next to the thumbnail. What exactly do you want changed?
Quoteinstead of centered beneath it
sorry.. guess my question was not clear. I want the text centered below the thumbnail not next to it.
It should just be a matter of placing the {ALB_DESC} tag into the same table cell as the {ALB_LINK_PIC} in the $template_album_list template in your theme.php
Great ! That did it. Thanks a lot Nibbler!