PDA

View Full Version : Center Flash Slideshow


duchess
Apr-28-2008, 09:25 PM
My slideshow isn't centered. Please help. I also wanted to change the font color of my header, I used HTML font color = but that didn't work. I am trying to get a little more professional.

www.dutchandduchess.smugmug.com

Allen
Apr-28-2008, 09:57 PM
My slideshow isn't centered. Please help. I also wanted to change the font color of my header, I used HTML font color = but that didn't work. I am trying to get a little more professional.

www.dutchandduchess.smugmug.com (http://www.dutchandduchess.smugmug.com)
This works.

<h1 align="center"><font color="red">DUTCH AND DUCHESS PHOTOGRAPHY</font></h1>

Add this to your CSS to center the show.

#userBio {text-align: center;}

duchess
Apr-29-2008, 08:03 AM
Thanks I will try this when I get home.