caption above photo
mduff1
Registered Users Posts: 16 Big grins
I am trying to place the caption for my pictures above each picture, and the FAQ says to use this code:
#caption_top {display: block;}
#caption_bottom {display: none;}
but this code is not working. It is removing the caption from the bottom but it is not adding it to the top.
Thank you
#caption_top {display: block;}
#caption_bottom {display: none;}
but this code is not working. It is removing the caption from the bottom but it is not adding it to the top.
Thank you
0
Comments
YE.onAvailable('galleryTitle', function() {this.innerHTML = 'All Galleries'});
YE.onAvailable('featuredTitle', function() {this.innerHTML = 'Duffany Featured Galleries'});
YE.onAvailable('categoryTitle', function() {this.innerHTML = 'Duffany Gallery Catagories'});
edit: change this:
#caption_bottom {display: block;}
to this:
#caption_bottom {display: none;}