View Full Version : Guestbook Help
CSYoung
Mar-13-2007, 05:59 PM
Even with all the great tutorials and code samples I still seem to get myself stuck. I thought I followed the instructions on Smugmug to create the guestbook. I can't figure out how to better align the photo with the comment and remove all the 'boxes' that seem to surround everything. Can someone point me in the right direction. Thanks.....
http://csyoung.smugmug.com/gallery/1680116
Allen
Mar-13-2007, 08:10 PM
Even with all the great tutorials and code samples I still seem to get myself stuck. I thought I followed the instructions on Smugmug to create the guestbook. I can't figure out how to better align the photo with the comment and remove all the 'boxes' that seem to surround everything. Can someone point me in the right direction. Thanks.....
http://csyoung.smugmug.com/gallery/1680116 Add this to bring the caption up.
.gallery_1680116 .journal_entry .caption
{margin-top: -30px;}
CSYoung
Mar-14-2007, 04:58 PM
Thanks Al! :clap Another learned tidbit. Now if I can just get the boxes/borders/separators off the page.
cwphotos
Mar-15-2007, 09:08 AM
Try this but substitute the gallery number with the gallery number of your guestbook.
#category .boxBottom, .gallery_1176230 #journal .journal_entry {
border: none;
}
#category .boxBottom, .gallery_1182523 #journal .journal_entry {
border: none;
}
/* About Me Journal Style */
.gallery_1176230 .journal_entry {border:0}
.gallery_1176230 .albumNav {display:none;}
CSYoung
Mar-18-2007, 08:11 AM
Thanks. It did remove the border from the image section, but I still have the borders separating the comments.
vBulletin v3.5.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.