PDA

View Full Version : Slideshow Border... How do I get rid of it


shamu
Mar-17-2008, 04:29 PM
Hi:

I am trying to set up my slideshow on my homepage and I am having such a difficult time. I have the slide show set up but I have this annoying border around it and I have no clue how to get rid of it.
Please help.
www.groverstudios.com

Thanks in advance for any assistance with this matter.

Erv
Mar-17-2008, 06:31 PM
Hi:

I am trying to set up my slideshow on my homepage and I am having such a difficult time. I have the slide show set up but I have this annoying border around it and I have no clue how to get rid of it.
Please help.
www.groverstudios.com (http://www.groverstudios.com)

Thanks in advance for any assistance with this matter.

I have this problem also, ANY help would be gratly appreciated. I have a box showing up where the OLD screen show was playing.

http://www.photos4time.com

denisegoldberg
Mar-17-2008, 06:35 PM
The box can be removed with this CSS:

#bioBox {
border: none;
}
--- Denise

Erv
Mar-17-2008, 07:41 PM
The box can be removed with this CSS:

#bioBox {
border: none;
}
--- Denise

I may have done something wrong but I did put this code in CSS:

Please take a look at my site and see if maybe there is something else I need to put in the CSS field. It apprears to me that the "themes" code in put some type field on the page. Anyway, thank you so much for your help!

I would also like to put the screen show in the center but can not find this code.

my site http://www.photos4time.com

shamu
Mar-17-2008, 08:20 PM
The box can be removed with this CSS:

#bioBox {
border: none;
}
--- Denise

This worked perfectly for me.