2 noob questions

C_lawgikC_lawgik Registered Users Posts: 103 Major grins
edited April 7, 2006 in SmugMug Support
first of all here is the link to my site www.dsl-media.smugmug.com

question 1: I have the dsl sticker picture on the home page. I only want it to be on the home not any other pages. How do i do that?

question 2 My text nav bar how do i get it from stacking on top of each other and just have them space out on the top?

I have read the faq and stuff but i am still really new at this so any help is appreciated
http://wiki.shahine.com/default.aspx/MyWiki.SendToSmugMug
Really good upload program for smugmug^^^


Comments

  • devbobodevbobo Registered Users, Retired Mod Posts: 4,339 SmugMug Employee
    edited April 5, 2006
    C_lawgik wrote:
    question 1: I have the dsl sticker picture on the home page. I only want it to be on the home not any other pages. How do i do that?
    ok....your code looks like this...
    <*div align="center">
    <*img src="http://www.smugmug.com/photos/63047129-S.jpg" height="267" width="400">
    </*div>
    
    change it to this....
    <*div id="dslSticker" align="center">
    <*img src="http://www.smugmug.com/photos/63047129-S.jpg" height="267" width="400">
    </*div>
    

    note: remove the *s from the code


    and add this code to the CSS block...
    #dslSticker { display:none }
    .homepage #dslSticker { display:block !important}
    
    Hope this helps,

    David
    David Parry
    SmugMug API Developer
    My Photos
  • devbobodevbobo Registered Users, Retired Mod Posts: 4,339 SmugMug Employee
    edited April 5, 2006
    C_lawgik wrote:
    question 2 My text nav bar how do i get it from stacking on top of each other and just have them space out on the top?

    Start with this link
    David Parry
    SmugMug API Developer
    My Photos
  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited April 7, 2006
    C_lawgik wrote:
    first of all here is the link to my site www.dsl-media.smugmug.com

    question 1: I have the dsl sticker picture on the home page. I only want it to be on the home not any other pages. How do i do that?

    question 2 My text nav bar how do i get it from stacking on top of each other and just have them space out on the top?

    I have read the faq and stuff but i am still really new at this so any help is appreciated

    Looks like you could still use some help - holler when you come back with your questions.
Sign In or Register to comment.