PDA

View Full Version : Slideshow Help


trippkerr
May-02-2009, 12:37 AM
Hello Everybody!

First, let me say I'm a HTML Idiot!! Now that I've gotten that off my chest, here is my problem . . .

I pasted in the HTML code in my bio and my slideshow worked brilliantly.

I tried doing some more customization to my page and now all that comes up is the Smug Mug logo where the show should be.

I've tried re-pasting it four times and get the same results. I'm very frustrated. . . can somebody help me?

my site is www.trippkerr.com (http://www.trippkerr.com)

Thanks a million for the help!!

denisegoldberg
May-02-2009, 05:46 AM
Your slideshow is working for me in both IE7 and Firefox. Did you get it fixed?

If you'd like to remove the brown band from your selected theme that is obscuring your banner, add this to your CSS:
#extraDiv1 {
display: none;
}
And if you'd like to center your slideshow, add this to your CSS:
#userBio {
text-align: center;
}--- Denise