Make a Homepage Slideshow in 30 seconds
Posted on 11. Sep, 2009 by David Wolf in SmugSchool
Ok, so, I asked on Facebook what tutorial people would like to see me do. I got “Slideshows”. So, here’s how to do a slideshow in 30 seconds. It’s so easy, even a caveman can do it!
You may also want to add this:
#bioBox .photo {display: none;}
#userBio {text-align: center !important;}
to your custom CSS box in the Advanced Customization screen.
Remember.. You need to surround the code you got from the “Show Off” screen with:
<html>
and
</html>
or it won’t work! Oh, one last tweak.. You’ll probably want to add some text so your Google results don’t look strange. Here’s what to do:
<html> <div id="bioText"> Your text here </div> **INSERT YOUR COPIED SLIDESHOW CODE HERE** </html>
Then… add this to your CSS box:
#bioText { display: none; }
Enjoy!

















