Options

Help

Lovebev1Lovebev1 Registered Users Posts: 9 Beginner grinner
edited September 5, 2005 in SmugMug Support
I am a newbie to this and know a bit of html, but I cannot seem to get my banner to display on my page. Can someone offer some advise as to what I am doing wrong. I would really like to personalize my gallery.

Any help would be appreciated.:D

http://bethelchristianfellowship.smugmug.com

Comments

  • Options
    AndyAndy Registered Users Posts: 50,016 Major grins
    edited September 4, 2005
    how to make a custom header
    Lovebev1 wrote:
    I am a newbie to this and know a bit of html, but I cannot seem to get my banner to display on my page. Can someone offer some advise as to what I am doing wrong. I would really like to personalize my gallery.

    Any help would be appreciated.:D
    <div align="center">
    <img src="http://yoursmugmugbannerphoto.jpg" width="796" height="124" border="0" hspace="0" vspace="0" alt="your name's galleries">
    </p>
    </div>
    

    wave.gif welcome to smugmug and dgrin :D

    so this is some banner code. put your banner in a private gallery, and grab the link, inserting it in lieu of the http stuff you see here. change the dimensions you see here to what your dimension are.

    please, tak a look a the smugmug help section, baldy puts a lot of time and effort to make that really helpful :D
  • Options
    bwgbwg Registered Users, Retired Mod Posts: 2,119 SmugMug Employee
    edited September 5, 2005
    andy wrote:
    <div align="center">
     <img src="http://yoursmugmugbannerphoto.jpg" width="796" height="124" border="0" hspace="0" vspace="0" alt="your name's galleries">
     </p>
     </div>
    
    in andy's code, the </p> doesn't need to be there.

    also, the align="center" in your <div> tag is depreciated in favor of style="text-align: center;"
    Pedal faster
  • Options
    AndyAndy Registered Users Posts: 50,016 Major grins
    edited September 5, 2005
    bigwebguy wrote:
    in andy's code, the </p> doesn't need to be there.

    correct - i snipped it from amidst some other code i use, and with the whole thing, the </p> was needed - i should not have put it there :D

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