Options

Post a picture in your bio-box?

elifitzelifitz Registered Users Posts: 4 Beginner grinner
edited October 28, 2007 in SmugMug Support
I can't get a picture to post i have tried every way I know how. Can anyone help???

Comments

  • Options
    denisegoldbergdenisegoldberg Administrators Posts: 14,255 moderator
    edited October 8, 2007
    elifitz wrote:
    I can't get a picture to post i have tried every way I know how. Can anyone help???
    Here's a link to a page describing how to post a photo in your bio - http://www.smugmug.com/help/web-photo-albums.

    --- Denise
  • Options
    elifitzelifitz Registered Users Posts: 4 Beginner grinner
    edited October 8, 2007
    Thanks, But I am looking to place a photo to display on my homepage not "as me". Sorry I should have worded it better.
  • Options
    AllenAllen Registered Users Posts: 10,012 Major grins
    edited October 8, 2007
    elifitz wrote:
    Thanks, But I am looking to place a photo to display on my homepage not "as me". Sorry I should have worded it better.
    Try this in your bio. xxxxxxxx is the photo number.

    <html>
    <img src="/photos/xxxxxxxx-M.jpg" />
    </html>

    Add this to your CSS to suppress the "me" bio photo and center new photo.

    #bioBox {
    text-align: center;
    background: none;
    }

    #bioBox .photo {
    display: none;
    }
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    elifitzelifitz Registered Users Posts: 4 Beginner grinner
    edited October 8, 2007
    Thats what I was looking for thanks
  • Options
    TomiGirlTomiGirl Registered Users Posts: 11 Big grins
    edited October 28, 2007
    I can't seem to get it centered...
    Allen wrote:
    Try this in your bio. xxxxxxxx is the photo number.

    <html>
    <img src="/photos/xxxxxxxx-M.jpg" />
    </html>

    Add this to your CSS to suppress the "me" bio photo and center new photo.

    #bioBox {
    text-align: center;
    background: none;
    }

    #bioBox .photo {
    display: none;
    }


    I entered it as listed...I am new to all this code stuff rolleyes1.gif I am not sure what I did wrong? How do I center the photo within the bio box?
    Shootin' & Shop'in , ~Tomi :rambo
    http://www.tomiearl.com
Sign In or Register to comment.