My Demo Page
- Before this page was created your login cookie was checked. This prevents bookmarking.
- Its imperative that all Links and Image tag paths are set to an absolute path and not a relative one since the page is created dynamically from a script in the cgi-bin.
Example of an Image tag: img
Change <img src="images/logo.jpg" border="0"> TO <img src="/images/logo.jpg" border="0">
Example of an HREF Link
Change <a href="home.html"> TO <a href="/home.html">