Hiya!
I'm using Clean Cut HTML version. How do I delete the dots under the slide show?
Thanks for your time!
Tina
Hiya!
I'm using Clean Cut HTML version. How do I delete the dots under the slide show?
Thanks for your time!
Tina
Hey,
open up style.css and search for:
#top .slidecontrolls{
position:absolute;
right:0px;
top:435px;
/* width:10px; */
z-index: 10;
}
Change it to:
#top .slidecontrolls{
position:absolute;
right:0px;
top:435px;
/* width:10px; */
z-index: 10;
display: none;
}Dude, you really are the DUDE! Thanks for your help!! MUCH APPRECIATED!!
Glad that I could help you :)
You must log in to post.