PDA

View Full Version : Pricing Page Problem


LUCKYSHOT
Mar-21-2008, 09:02 AM
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 (http://www.longislandimage.smugmug.com)

richW
Mar-21-2008, 04:48 PM
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 (http://www.longislandimage.smugmug.com)While I didn't any errors while viewing the page, lets start with the following changes.

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?