Hi,
I have been putting a page together. One of the links on the site is for a gallery, however when i click on this link nothing happens. The page is saved in the same directory as the other pages and when I open the gallery page from the folder it works and will navigate to other links, but they won't navigate back to the gallery. Also if I click the gallery link when on the gallery screen I get the 'Internet Explorer Cannot Display The Webpage' screen.
I have enclosed the code from the gallery. Could it have something to do with the Javascript? I have the ActiveX bar popping up on the gallery screen??
The page is not uploaded to the site yet so I can't give you a link to a live page.
Thanks in advance,
Ben
Gallery Code
Code:<?xml version="1.0"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>grlabels4signs</title> <!-- version 1.0 - released Nov 18, 2006 --> <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" /> <meta name="generator" content="Jonas John (www.jonasjohn.de)" /> <meta name="description" content="put a good description in here" /> <meta name="keywords" content="and, insert, some, good, keywords" /> <!-- default stylesheet --> <link rel="stylesheet" type="text/css" href="css/flowertree_a2.css" media="screen, tv, projection" title="Default" /> <!-- alternative stylesheets --> <link rel="alternative stylesheet" type="text/css" href="css/flowertree.css" media="screen, tv, projection" title="Default layout" /> <link rel="alternative stylesheet" type="text/css" href="css/flowertree_a1.css" media="screen, tv, projection" title="Alternative layout 2" /> <!-- print stylesheet (and print preview) --> <link rel="stylesheet" type="text/css" href="css/print.css" media="print" /> <link rel="alternative stylesheet" type="text/css" href="css/print.css" media="screen" title="Print Preview" /> <!-- Navigational metadata (an accessibility feature - use opera to preview) --> <link rel="top" href="index.html" title="Homepage" /> <link rel="up" href="index.html" title="Up" /> <link rel="first" href="index.html" title="First page" /> <link rel="previous" href="index.html" title="Previous page" /> <link rel="next" href="index.html" title="Next page" /> <link rel="last" href="index.html" title="Last page" /> <link rel="toc" href="index.html" title="Table of contents" /> <link rel="index" href="index.html" title="Site map" /> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects"></script> <script type="text/javascript" src="js/lightbox.js"></script> <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" /> </head> <body id="your-site-id"> <div id="logo" class="page"> <a href="index2.html" title="Home">Home</a>/<a href="product.html" title="Products and Services">Products and Services</a>/<a href="gallery.html" title="Gallery">Gallery</a>/<a href="contact.html" title="Contact Us">Contact Us</a>/<a href="jobs.html" title="Job Vacancies">Jobs</a> </div> <div id="contentbox" class="page"> <div id="padding"> <div id="innerpage"> <div id="content"> <h1>Take a look at our work!</h1> <p> Vehicle Graphics </p> <br /> <p> <a href="images/boden.gif" rel="lightbox" title="Van for Boden blah blah blah"><img src="images/boden.gif" style="width: 50px; height: 50px"></a> <a href="images/able.jpg" rel="lightbox" title="Able Van"><img src="images/able.jpg" style="width: 50px; height: 50px"></a> </p><p> </p> <br /> <p> Exterior Signage </p> <br /> <p> <a href="images/wok.jpg" rel="lightbox" title="Wok2go"><img src="images/wok.jpg" style="width: 50px; height: 50px"></a> <a href="images/head.jpg" rel="lightbox" title="Headhunters"><img src="images/head.jpg" style="width: 50px; height: 50px"></a> </p> <br> Interior Signage <p><br> <a href="images/hsb.jpg" rel="lightbox" title="HSB Engineering"><img src="images/hsb.jpg" style="width: 50px; height: 50px"></a> </p> <br /> <small id="copyright"> <!-- please leave a small credit to the author - thanks :-) ! --> </small> <br class="clear" /> <br /> </div> </div> </div> </div> <div id="menu" class="page"> <a href="index2.html">home</a> / <a href="product.html">products and services</a> / <a href="gallery.html">gallery</a> / <a href="contact.html">contact us</a> / <a href="jobs.html">jobs</a> </div> </body> </html>



Reply With Quote




Bookmarks