View Full Version : Home Page Slide Show Border
dnorth
Sep-06-2007, 09:07 AM
I have a slide show on my home page. There is a nice boarder around it. the pictures in the slide show are not centered in the boarder.
You can see this at www.mlyphotography.com (http://www.mlyphotography.com)
How can I get the pictures to be centered in the boarder.
Thanks
Allen
Sep-06-2007, 09:17 AM
I have a slide show on my home page. There is a nice boarder around it. the pictures in the slide show are not centered in the boarder.
You can see this at www.mlyphotography.com (http://www.mlyphotography.com)
How can I get the pictures to be centered in the boarder.
Thanks
change this
#bioBox {
text-align: center;
background: none;
}
to these
#bioBox {
margin: 0 auto;
text-align: center;
background: none;
height: 415px;
width: 640px;
}
#ssSlide {
margin-top: 10px;
}
As an option for a border use these.
Only change is the border.
#bioBox {
margin: 0 auto;
text-align: center;
background: none;
height: 415px;
width: 640px;
border: 4px ridge #ccc;
}
#ssSlide {
margin-top: 10px;
}
dnorth
Sep-06-2007, 09:23 AM
Thanks that fixed it.
It is amzaing that there is such good help availble. When do you have time to take pictures?
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.