PDA

View Full Version : New Banner wont work!


Belinda
Feb-06-2010, 06:46 PM
http://www.belindasphotography.com/Personal/logo/5877765_FnWMK#782547492_XaQ63

this is the link to the new banner I would like up and I cannot get it to work right. Please help. If wondering I would like to have it upper left side of screen above white line. Thanks, Belinda

RogersDA
Feb-06-2010, 07:11 PM
http://www.belindasphotography.com/Personal/logo/5877765_FnWMK#782547492_XaQ63

this is the link to the new banner I would like up and I cannot get it to work right. Please help. If wondering I would like to have it upper left side of screen above white line. Thanks, Belinda You need to use the actual image link and not a gallery link. In your gallery click on that share button in the upper right and choose Get a link, for example the medium size.

Your link is http://www.belindasphotography.com/photos/782547492_XaQ63-M.jpg
Copy the link to the CSS, changing the -M to a -O (that's a letter O, not a number)

Note the updated text in red showing a correct link.


#my_banner {
width: 504px;
height: 141px;
margin: 0 auto;
background: url(/photos/782547492_XaQ63-O.jpg) no-repeat;
}
You only need the /photos/... part of the link as the image is in your gallery.

Belinda
Feb-06-2010, 08:10 PM
perfect...thanks!!!