• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Customization damsel in distress over style sheet basics

FAQtoid

Ever wanted to create an Avatar? Creating an Avatar!

Searching Dgrin with Google Searching with Google

Dgrin Challenges

Congratulations to the Winner of DSS #128 (Sunrise or Sunset), ShootingStar.

The next Dgrin Challenge DSS #129 (Silhouette Revisited ) is open for entries through May 27th, 2013 at 8:00pm PDT.

As always, we look forward to your participation but please do take a moment to read through the rules before posting your entry.

Past DSS Challenge Winners, DSS Challenge Rules, and other important DSS Challenge information is here.

Need some help with Accessories?

Tutorials

Ever find yourself wondering just how someone managed to create an image using different effects?

Here are three simple tutorials we hope will encourage you to try something new.

The Hot Seat

A lifelong interest in landscape photography has led Eyal Oren to make a study of his adopted hometown of Marblehead, MA. As you can see, his dedication is paying off!

Africa!

Dgrinners Harryb, Pathfinder, and others joined Andy Williams and Marc Muench on Safari in East Africa recently. Here are some awesome threads to check out!

 
Thread Tools Display Modes
Old Oct-02-2005, 12:05 PM
#1
Shaeda is offline Shaeda OP
Beginner grinner
1

Last edited by Shaeda; Apr-18-2006 at 07:17 AM.
Old Oct-02-2005, 12:16 PM
#2
Andy is offline Andy
panasonikon
Andy's Avatar
and welcome

what do you want your footer to say/do? my old footer used to just be a graphic, in the same way that the header is. you can do that, if you like.

re: buttons. i ripped off another site, and then made my own code - until i just had mike lane do my site all over again.

but it's really pretty easy, here's an example:



example footer code

<p align="center">
<a href="http://yoursmugmugsitenamehere"><img border="0" src=" http://yoursmugmugfilenamehere.jpg" width="796" height="52" border="0" hspace="0" vspace="0"></a></p>

example navbar code (goes in css section)

a.andynav {
color: white;
text-decoration: none;
font-size: 14px;
}

a.andynav:hover {
color: whilte;
font-weight: bold;
font-size: 14px;
}

.andynavtd {
width: 100px;
height: 36px;
}


other useful stuff:

/* changes the color of the box on homepage */
.box {
background-color: black;
}

/* hides your name (including any 's) */
#userName {
display: none;
}
/* hides the word home */
#userHome {
display: none;
}
/* removed the 's */
.possess {
display: none;
}

/* removes the vertical dashed lines */

.right_border, .left_border {
border: 0px;
}



/* removes the slideshow button from all galleries */
.play_slideshow {display: none;}

/* changing the green colored text */
a.title, .title, .imgBorderOn {
color: tan;
}

/* removes "map this" from homepage */
.homepage #breadcrumb {
display:none;
}

/* removes the word "galleries" from home page */
#galleryTitle
{
display:none;
}


and here's the navbar stuff that goes in the header section:

</div>

<table border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="center" class="andynavtd"><a href="http://www.moonriverphotography.com" class="andynav">Home</a></td>

<td align="center" class="andynavtd"><a href="http://www.moonriverphotography.com/Now%20Showing" class="andynav">Galleries</a></td>

<td align="center" class="andynavtd"><a href="http://www.moonriverphotography.com/gallery/52248" class="andynav">Buy Prints</a></td>

<td align="center" class="andynavtd"><a href="http://www.moonriverphotography.com/gallery/830860" class="andynav">Portraits</a></td>

<td align="center" class="andynavtd"><a href="http://www.moonriverphotography.com/gallery/729350" class="andynav">Links</a></td>

<td align="center" class="andynavtd"><a href="http://www.moonriverphotography.com/gallery/729385" class="andynav">Guestbook</a></td>

<td align="center" class="andynavtd"><a href="http://www.dgrin.com/showthread.php?t=12592" target="_blank" class="andynav">Workshop</a></td>

<td align="center" class="andynavtd"><a href="http://www.moonriverphotography.com/gallery/729391" class="andynav">Contact</a></td>
</tr>
</table>



you should just replace filenames, with your filenames, my words with what you want, colors, etc etc

hth,
__________________
Andy
Moon River PhotographyWorkshopsGoogle+FacebookTwitter
Old Oct-02-2005, 03:27 PM
#3
Andy is offline Andy
panasonikon
Andy's Avatar
Quote:
Originally Posted by Shaeda
Thanks for the help. I'll try this out and see how it goes. This looks VERY helpful.

As for the footer, I guess I really just want to get rid of the stiff at the bottom and have nothing at all there.
you can't - not without messing up your site horribly, in terms of losing navigation stuff.

good luck!
__________________
Andy
Moon River PhotographyWorkshopsGoogle+FacebookTwitter
Old Oct-02-2005, 04:54 PM
#4
Andy is offline Andy
panasonikon
Andy's Avatar
Quote:
Originally Posted by Shaeda
This is working very well for me. Thanks so much. Stuck on something though....

Now on my home page I have in tan, the words "gallery categories". How do I get rid of that. Tried typing in

#gallery_categoriesTitle
{
display:none;
}

but that didn't help.

--S
switch to "gallery view" on your homepage instead of category view and that code should work.
__________________
Andy
Moon River PhotographyWorkshopsGoogle+FacebookTwitter
Tell The World!  

Thread Tools
Display Modes

Posting Rules  
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump