RTMiller
May-14-2008, 05:59 AM
My contact page is here... http://rtmiller.smugmug.com/gallery/2129108
There used to be a background picture of me on this page. I just noticed this morning that the BG picture is gone.
I had this code in CSS:
/* adds background picture to only one gallery*/
body.gallery_2129108 {background:#000 url(http://rtmiller.smugmug.com/photos/110562685-L.jpg) no-repeat;}
I thought maybe it was the change in file names so I changed it to:
/* adds background picture to only one gallery*/
body.gallery_2129108 {background:#000 url(http://rtmiller.smugmug.com/photos/110562685_k4ZbJ-L.jpg) no-repeat;}
Still didn't work. Any ideas what's wrong or what changed? Thanks in advance.
There used to be a background picture of me on this page. I just noticed this morning that the BG picture is gone.
I had this code in CSS:
/* adds background picture to only one gallery*/
body.gallery_2129108 {background:#000 url(http://rtmiller.smugmug.com/photos/110562685-L.jpg) no-repeat;}
I thought maybe it was the change in file names so I changed it to:
/* adds background picture to only one gallery*/
body.gallery_2129108 {background:#000 url(http://rtmiller.smugmug.com/photos/110562685_k4ZbJ-L.jpg) no-repeat;}
Still didn't work. Any ideas what's wrong or what changed? Thanks in advance.