PDA

View Full Version : How to create a custom footer


KDunlap
Sep-02-2008, 08:27 AM
I've been searching around and it seems like people who want custom footers generally already know how to create them and just need help tweaking. Except for me. :) I'd like to use a small gif image as a footer, to go below the small Smugmug footer. I'm not good at HTML or CSS, so although I tried to use someone's footer code to create a footer, it didn't work. If anyone could point me to an easy to follow tutorial I'd appreciate it!

Thanks,
Kristi

www.kristidunlap.com

Allen
Sep-02-2008, 08:33 AM
I've been searching around and it seems like people who want custom footers generally already know how to create them and just need help tweaking. Except for me. :) I'd like to use a small gif image as a footer, to go below the small Smugmug footer. I'm not good at HTML or CSS, so although I tried to use someone's footer code to create a footer, it didn't work. If anyone could point me to an easy to follow tutorial I'd appreciate it!

Thanks,
Kristi

www.kristidunlap.com (http://www.kristidunlap.com)
Add this to your footer.

<center>
<img src="/photos/xxxxxxxxxxx_xxxxx-O.gif" />
</center>

Moving it below the Smug footer will take some CSS and can be added after image shows.

KDunlap
Sep-02-2008, 09:09 AM
Add this to your footer.

<center>
<img src="/photos/xxxxxxxxxxx_xxxxx-O.gif" />
</center>

Moving it below the Smug footer will take some CSS and can be added after image shows.

Did you mean to add that to the footer box in the customization page? That's what I did and nothing happened.

Allen
Sep-02-2008, 09:30 AM
Did you mean to add that to the footer box in the customization page? That's what I did and nothing happened.
Remove the red.

<center>
<img src="/gkdunlap.smugmug.com/photos/360717395_4QwSD-O.gif">
</center>

KDunlap
Sep-02-2008, 10:15 AM
Remove the red.

<center>
<img src="/gkdunlap.smugmug.com/photos/360717395_4QwSD-O.gif">
</center>

Perfect Allen! Thanks so much! Now that I'm looking at it I don't mind it being above the smugmug footer. But it'd be nice if there was more space between the footer and the box with the galleries in it. On the http://gkdunlap.smugmug.com/Galleries page do you happen to know how to get rid of that double line? Hmm- looks like I broke something else- I don't want it to say Galleries Galleries, or even Galleries- I don't want the Galleries Sub Categories heading either. I must have messed that up because it was working fine earlier.

Allen
Sep-02-2008, 10:57 AM
Perfect Allen! Thanks so much! Now that I'm looking at it I don't mind it being above the smugmug footer. But it'd be nice if there was more space between the footer and the box with the galleries in it. On the http://gkdunlap.smugmug.com/Galleries page do you happen to know how to get rid of that double line? Hmm- looks like I broke something else- I don't want it to say Galleries Galleries, or even Galleries- I don't want the Galleries Sub Categories heading either. I must have messed that up because it was working fine earlier.
Add these to CSS

#subCatGalleryTitle,
#galleryTitle {display: none;}

#subcategoriesBox {border: none !important;}

KDunlap
Sep-02-2008, 11:09 AM
Add these to CSS

#subCatGalleryTitle,
#galleryTitle {display: none;}

#subcategoriesBox {border: none !important;}

Wonderful- thank you SO much Al!!! :barb