removing "Something else" (see webpage)

sthigsthig Registered Users Posts: 249 Major grins
edited March 26, 2006 in SmugMug Support
Hey, once again I'm lost in tooooooo much code. I'm trying to remove "something else" (former galleries) and that damned box around it. I just want the slideshow and the 5 thumbnails I have up there.

could someone look at my site:
http://scojobo.smugmug.com

and tell me what I've done wrong?

Thank you again!

Ya'll are great!!!
best
Scott
-Scott
photos: Scojobo.com
illos: sThig.com

Comments

  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited March 26, 2006
    What you've done wrong is copy code without first understanding what it does <img src="https://us.v-cdn.net/6029383/emoji/lol3.gif&quot; border="0" alt="" >

    it's in this code, in your footer:
    <p align="center">
    <script type="text/javascript">
    var objElement = document.getElementById("galleryTitle")
    if (objElement != null)
      objElement.innerHTML = "Something Else";
    </script>
    </p>
    <p align="center">
    <A href="mailto:scott@sthig.com" title="Send an eMail to Scott Thigpen">email ScoJoBo Images</A>
    </p>
    
    

    change it, or delete it, either one. To change it, change the words "something else"

    <img src="https://us.v-cdn.net/6029383/emoji/thumb.gif&quot; border="0" alt="" >
Sign In or Register to comment.