PDA

View Full Version : ok what did i do


mayazaya
Jun-11-2007, 05:47 PM
Just when I got the hang of this SS and it was up and running {mind you this is after 2 days of working on it} I began to make the final changes to resize and center when BAM I did something. The only changes I made were to the CSS. Could someone take a look and tell me what I'm missing. At this point I would like to have the ss back and centered. Then I can move onto the next thing.
www.snlprophoto.com (http://www.snlprophoto.com)

Thanks

Allen
Jun-11-2007, 06:20 PM
Just when I got the hang of this SS and it was up and running {mind you this is after 2 days of working on it} I began to make the final changes to resize and center when BAM I did something. The only changes I made were to the CSS. Could someone take a look and tell me what I'm missing. At this point I would like to have the ss back and centered. Then I can move onto the next thing.
www.snlprophoto.com (http://www.snlprophoto.com)

Thanks Change this in your footer code
/*required slideshow variables */
slideshowContainerId = "mySlideshow";
slideshowAlbumId = "2988447";
slideshowUrl = ex. slideshowUrl = "http://snlphotography.smugmug.com/gallery/2988447";
/* optionalslideshow variables */

To this
/*required slideshow variables */
slideshowContainerId = "mySlideshow";
slideshowUrl = "http://snlphotography.smugmug.com/gallery/2988447";
/* optionalslideshow variables */

mayazaya
Jun-11-2007, 07:37 PM
Change this in your footer code
/*required slideshow variables */
slideshowContainerId = "mySlideshow";
slideshowAlbumId = "2988447";
slideshowUrl = ex. slideshowUrl = "http://snlphotography.smugmug.com/gallery/2988447";
/* optionalslideshow variables */

To this
/*required slideshow variables */
slideshowContainerId = "mySlideshow";
slideshowUrl = "http://snlphotography.smugmug.com/gallery/2988447";
/* optionalslideshow variables */

Thank you so much. now I can move on to getting it centered.

Allen
Jun-11-2007, 07:44 PM
Thank you so much. now I can move on to getting it centered.
Remove this from your bio. Which ever one you see there.

< div id="mySlideshow">< /div>
or
<div id="mySlideshow">

In your footer code change this
<div id="mySlideshow">
to this
<div id="mySlideshow" align="center">