PDA

View Full Version : Help


Lovebev1
Sep-04-2005, 06:11 PM
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

Andy
Sep-04-2005, 06:19 PM
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 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 (http://www.smugmug.com/help/create-photo-album), baldy puts a lot of time and effort to make that really helpful :D

bwg
Sep-04-2005, 08:48 PM
<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;"

Andy
Sep-05-2005, 09:05 AM
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 :thumb