View Full Version : Guest book page
J Allen
Apr-18-2008, 03:43 AM
I have two photo's showing up for my guestbook page..trying to follow this tutorial- http://allen-steve.smugmug.com/gallery/3819841 which has been awesome! But its not working for me...what am I missing?
Allen
Apr-18-2008, 04:11 AM
I have two photo's showing up for my guestbook page..trying to follow this tutorial- http://allen-steve.smugmug.com/gallery/3819841 which has been awesome! But its not working for me...what am I missing?
You are missing the / in front of this.
/* hides your name (including any 's) */
#userName {
display: none;
}
Change this
.gallery_4462438_qeRxS.pageNav {
display: none;
}
to this
.gallery_4462438 .journal_entry,
.gallery_4462438 .pageNav {
display: none;
}
The gallery key is not used in the CSS, only for links.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.