KMW
Jun-09-2008, 10:32 AM
Hi,
I followed some instructions on how to keep slideshow code from showing up in a google search, but I'm having problems. You can still see the code in the google search for my website and now my site description is showing above my slideshow on my homepage. Please help.
Thanks,
Kath
Heres my bio code:
<html>
<div id="biotext">Location Photography - Specializing in Babies, Children and Teens.</div>
********>
var ssConfig = {
AlbumID: '2799260',
newWindow: 'false',
transparent: 'true',
showLogo: 'false',
clickUrl: 'http://www.smugmug.com',
showThumbs: 'false',
showButtons: 'false',
crossFadeSpeed: '350'
};
SM.flash.insertSlideshow(600, 400, ssConfig, 'transparent');
</********
</html>
and in my CSS:
#bioText {display: none;}
I followed some instructions on how to keep slideshow code from showing up in a google search, but I'm having problems. You can still see the code in the google search for my website and now my site description is showing above my slideshow on my homepage. Please help.
Thanks,
Kath
Heres my bio code:
<html>
<div id="biotext">Location Photography - Specializing in Babies, Children and Teens.</div>
********>
var ssConfig = {
AlbumID: '2799260',
newWindow: 'false',
transparent: 'true',
showLogo: 'false',
clickUrl: 'http://www.smugmug.com',
showThumbs: 'false',
showButtons: 'false',
crossFadeSpeed: '350'
};
SM.flash.insertSlideshow(600, 400, ssConfig, 'transparent');
</********
</html>
and in my CSS:
#bioText {display: none;}