View Single Post
  #7 (permalink)  
Old 02-14-2009, 04:47 PM
chasm chasm is offline
Junior Member
 
Join Date: Feb 2009
Posts: 5
chasm is on a distinguished road
Default

That works! Now to figure out *why* it works ;-)

To make changes to the appearance/size of the thumbnail labels I'm assuming you could insert a
dd {} in the css file and code from there, like:

dd {
text-decoration: underline;
text-align: center;
}

I'll try that when I'm home a little later.

Thanks again for your help
Reply With Quote