caption above photo

mduff1mduff1 Registered Users Posts: 16 Big grins
edited April 23, 2008 in SmugMug Support
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

Comments

  • richWrichW Registered Users Posts: 941 Major grins
    edited April 23, 2008
    mduff1 wrote:
    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
    Remove from the css section and move to the javascript section:

    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;}
Sign In or Register to comment.