Pricing Page Problem
LUCKYSHOT
Registered Users Posts: 120 Major grins
I have been working in putting a Read only html page on my site. I made the gallery, inserted the html in the description, created the link, So far so good but when I click on the page it tells me I am running active scripts, and it freezes up the page. I can get the page to show up, but IT freezes up the whole site, by the way I meant PRODUCT PAGE not pricing (sorry).
Any help would be greatly appreciated
Chris
www.longislandimage.smugmug.com
Any help would be greatly appreciated
Chris
www.longislandimage.smugmug.com
0
Comments
Change this:
/* html only page for gallery http://longislandimage.smugmug.com/gallery/4555051_h5Mns */
.gallery_4555051_h5Mns.nophotos {
display:none;
}
.gallery_ 4555051_h5Mns.pageNav {
display:none;
}
To this;
/* html only page for gallery http://longislandimage.smugmug.com/gallery/4555051_h5Mns */
.gallery_4555051 .pageNav,
.gallery_4555051 #breadcrumb {display:none;}
.nophotos h3 {display: none;} /* removes the nophotos warning on all empty galleries */
Which browser were you getting the warning?