Is there a code to set a place to get all of my images, so i don't have to write out the entire url? I want to use an album on my photobucket account to hold my pictures for an ebay auction template. I was hoping i could make the main be: http://www.photobucket.com/myuser/myalbum/ Then i could just put in picture.jpg instead of putting http://www.photobucket.com/myuser/myalbum/picture.jpg I'm hoping to just use HTML and CSS. Just curious.. Thanks in advance
Nope. The pictures would have to be on the same server and in the same directory as the page to just type "picture.jpg".
It is not possible, but you can cheat a little bit using PHP (Chris Coyier wrote about it http://css-tricks.com/css-variables-with-php/ ).