 Groups: ProSeller
Joined: 7/28/2008 Posts: 24
|
I have a question and if anyone can help I would appreciate it! I have looked for the answer but can't find it.... When I put a banner in my shop it always resizes it super big, any ideas? I've included the size of the graphic in the html but that never works. Big BannerThanks for any help!
|
|
 Groups: Member
Joined: 7/4/2008 Posts: 721 Location: Oop North
|
I assume you mean the Custom Holiday Photocards banner.... It's because the size of the banner is 784 x 381... the area you are trying to fit it into is way smaller, I think it's 671px wide. You'll need to make the width of your image 670px to be on the safe side... the height will automatically scale correctly: <img src="http://path/to/your/image" alt="alt text here" width="670px" /> You could of course always resave your image at the smaller size of 670px wide.
|
|
 Groups: ProSeller
Joined: 7/28/2008 Posts: 24
|
That's the funny thing, the image is that size! You can see that is says (scaled to 784px × 321px)on my zazzle homepage. This is the original image as hosted on my website ImageI actually want to incorporate that image into an html layout, much like the home page on your store, with links to different sections, etc. Do you have a tutorial? LOL
|
|
 Groups: Member
Joined: 6/3/2009 Posts: 383
|
|
|
 Groups: Member
Joined: 7/4/2008 Posts: 721 Location: Oop North
|
SoCalTeeShirts wrote:That's the funny thing, the image is that size! You can see that is says (scaled to 784px × 321px)on my zazzle homepage. This is the original image as hosted on my website ImageI actually want to incorporate that image into an html layout, much like the home page on your store, with links to different sections, etc. Do you have a tutorial? LOL When I check it on your website it says that it's original size is 784x321 and it's scaled down to 670px When I check it on your zazzle store it says it's 784px wide... no scaling or anything. I also notice that you are using a table in your description... the table width is set at 784px, it should only be 670px ish. I don't have a tutorial but the link AlrioArt posted has all the tutorials you need to make a store front like mine. My set up is basically a mix of everything you see on there.
|
|
|
Guest |