friends and family section

casperonthewebcasperontheweb Registered Users Posts: 26 Big grins
edited October 17, 2007 in SmugMug Support
Does anyone know, how I can add a link in the Friends and Family section?

I am trying to add a link to a family member's site, who is not a part of smugmug. When I add the link it shows up on the left...not under the family and friends section/heading.

I have a power account.

Thanks,
casperontheweb :barb

Comments

  • photobanksphotobanks Registered Users Posts: 182 Major grins
    edited October 12, 2007
    Does anyone know, how I can add a link in the Friends and Family section?

    I am trying to add a link to a family member's site, who is not a part of smugmug. When I add the link it shows up on the left...not under the family and friends section/heading.

    I have a power account.

    Thanks,

    What is your site??
    Michael Banks

    www.banksy.me.uk - main website
    http://galleries.banksy.me.uk - smugmug site
  • richWrichW Registered Users Posts: 941 Major grins
    edited October 13, 2007
    Does anyone know, how I can add a link in the Friends and Family section?

    I am trying to add a link to a family member's site, who is not a part of smugmug. When I add the link it shows up on the left...not under the family and friends section/heading.

    I have a power account.

    Thanks,
    You can only add other SmugMug sites on the F & F links.
    Try this:
    In your footer section:
    <!-- Links Box -->
    <div id="ffBox2" class="box">
    <div class="boxTop">
    <div class="boxNote note nav">
    </div>
    <h3 id="ffTitle2" class="title notopmargin">external links</h3>
    <div class="spacer"></div>
    </div>
    <div class="boxBottom">
    <p id="friends2" class="nav"><span class="title">links:</span>
    <a href="http://dawes.math.uwo.ca/photos/dawes/" target="_blank" class="nav">mdawes</a>&nbsp;&nbsp;<span class="title">·</span>&nbsp;
    
    </p>
    <div class="spacer">
    </div>
    </div>
    </div>
    
    <!-- End Links Box -->
    
    To add additional links. Add the site information to this line and paste it under the first link (above the </p>).
    Repeat as needed.
    <a href="http://yourLinkURL" target="_blank" class="nav">Site name Here</a>&nbsp;&nbsp;<span class="title">·</span>&nbsp;
    
    Add to your css section:


    #ffBox2 {
    display: none;
    width: 750px;
    margin: 0 auto;}

    .homepage #ffBox2 {display: block;}

    Working example here: http://photos.lmsportspix.com/links/
  • casperonthewebcasperontheweb Registered Users Posts: 26 Big grins
    edited October 16, 2007
    Thanks...I'll give it a go and muck around with it.

    cheers,
    casperontheweb :barb
  • richWrichW Registered Users Posts: 941 Major grins
    edited October 17, 2007
    Thanks...I'll give it a go and muck around with it.

    cheers,
    You're Welcome....thumb.gif
    I added the css for you to clean it all up. It looks good from over here: http://leedawes.smugmug.com/
Sign In or Register to comment.