Options

banner trouble

luckydogluckydog Registered Users Posts: 396 Major grins
edited December 1, 2006 in SmugMug Support
Help...

I made a quick banner in PSCS2 and saved as a JPEG (750x200 pixels).
Uploaded to my site.
Followed all the tutorial on creating a banner.
Copy/pasted my url for the picture in to the HTML.

Tested....big blank space where the banner should be.

tried other stuff in the HTML (removing homepage:block bit)...no change

Checked my JPEG in the folder and it won't display other than the thumbnail???

What's doing?????
http://darrylluckphotography.smugmug.com

40D
18-55mm, 28-105mm USM II, 50mm f/1.8, 400mm f/5.6

Comments

  • Options
    AndyAndy Registered Users Posts: 50,016 Major grins
    edited November 29, 2006
    luckydog wrote:
    Help...

    I made a quick banner in PSCS2 and saved as a JPEG (750x200 pixels).
    Uploaded to my site.
    Followed all the tutorial on creating a banner.
    Copy/pasted my url for the picture in to the HTML.

    Tested....big blank space where the banner should be.

    tried other stuff in the HTML (removing homepage:block bit)...no change

    Checked my JPEG in the folder and it won't display other than the thumbnail???

    What's doing?????
    The banner must be in a gallery that is not passworded, and external links must be on.
    Where's your banner and code so we can help?
  • Options
    luckydogluckydog Registered Users Posts: 396 Major grins
    edited November 30, 2006
    The problem seems to be in the image file area. The file size is 780x200 and displays as 'large', however if I click on 'original' it doesn't show even in the gallery!
    I will reinstall the code and try again, but it definitely seems to be the -O.JPG that is causing the dramas.
    http://darrylluckphotography.smugmug.com

    40D
    18-55mm, 28-105mm USM II, 50mm f/1.8, 400mm f/5.6
  • Options
    luckydogluckydog Registered Users Posts: 396 Major grins
    edited November 30, 2006
    As in CSS optional

    #my_banner{
    display:none;
    width:750px;
    height:200px;
    margin:0auto;
    background:url(http://cracked-lenz.smugmug.com/photos/113854752-l.jpg)no-repeat;
    }
    .homepage#my_banner{
    display:block;
    }

    As in header optional

    <div id="my_banner"></div>


    Now it's not even making the blank space it was before...

    Here's the jpeg

    113854752-L.jpg
    http://darrylluckphotography.smugmug.com

    40D
    18-55mm, 28-105mm USM II, 50mm f/1.8, 400mm f/5.6
  • Options
    scwalterscwalter Registered Users Posts: 417 Major grins
    edited November 30, 2006
    luckydog wrote:
    .homepage#my_banner{
    display:block;
    }


    Remove the space between .hompage and #my_banner and it should work.

    -Scott
    Scott Walter Photography
    scwalter.smugmug.com
  • Options
    ivarivar Registered Users Posts: 8,395 Major grins
    edited November 30, 2006
    scwalter wrote:
    Remove the space between .hompage and #my_banner and it should work.

    -Scott
    he means add thumb.gif
  • Options
    scwalterscwalter Registered Users Posts: 417 Major grins
    edited November 30, 2006
    luckydog wrote:
    As in CSS optional

    #my_banner{
    display:none;
    width:750px;
    height:200px;
    margin:0auto;
    background:url(http://cracked-lenz.smugmug.com/photos/113854752-l.jpg)no-repeat;
    }
    and add a space in between 0 and auto and it will center itself.

    -Scott
    Scott Walter Photography
    scwalter.smugmug.com
  • Options
    scwalterscwalter Registered Users Posts: 417 Major grins
    edited November 30, 2006
    ivar wrote:
    he means add thumb.gif

    d'oh, yes, add.
    Scott Walter Photography
    scwalter.smugmug.com
  • Options
    luckydogluckydog Registered Users Posts: 396 Major grins
    edited December 1, 2006
    I've done exactly as mentioned. The blank space has returned but I have no banner. Again it seems to be an image problem.
    http://darrylluckphotography.smugmug.com

    40D
    18-55mm, 28-105mm USM II, 50mm f/1.8, 400mm f/5.6
  • Options
    AndyAndy Registered Users Posts: 50,016 Major grins
    edited December 1, 2006
    luckydog wrote:
    I've done exactly as mentioned. The blank space has returned but I have no banner. Again it seems to be an image problem.
    Fixed.

    You were missing some key spaces

    #my_banner {
    display:none;
    width:750px;
    height:200px;
    margin:0 auto;
    background:url(http://cracked-lenz.smugmug.com/photos/114026536-L.jpg) no-repeat;
    }
    .homepage #my_banner {
    display:block;
    }
  • Options
    luckydogluckydog Registered Users Posts: 396 Major grins
    edited December 1, 2006
    Thank you Andy. You are indeed a fine person. bowdown.gif

    Now I shall explore the other fun stuff to be had in the 'power' world.
    http://darrylluckphotography.smugmug.com

    40D
    18-55mm, 28-105mm USM II, 50mm f/1.8, 400mm f/5.6
Sign In or Register to comment.