Results 1 to 10 of 1331

Thread: Quick-Crit 2010

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Post Apocalyptic Badass Corndogman's Avatar
    Join Date
    Sep 2007
    Location
    Florida
    Posts
    2,136

    Re: Quick-Crit 2010

    So I'm learning a little HTML and I just attempted making a basic website from scratch and with lightbox:
    http://corn.ghosthunterssrq.org/lightboxtest.html

    However, for some reason when i click middle image (tulips.jpg) lightbox never loads it, though the other images work fine. I need to know if it works for you guys (I doubt it) and how I can fix it.

    Here is the code for that page:
    Code:
    <html>
    <head>
    <link href="css/lightbox.css" rel="stylesheet" type= "text/css" />
     <script type="text/javascript" src="js/prototype.js"></script>
    <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
    <script type="text/javascript" src="js/lightbox.js"></script>
    </head>
    
    <body background="/web_background.jpg">
      <p align="center">&nbsp;</p>
    
      <p align="center"><font color="#C0C0C0"><font size="6"><a href="http://corn.ghosthunterssrq.org/"><font style="BACKGROUND-COLOR: #808080">Home</font></a>&nbsp;&nbsp;&nbsp; &nbsp;<a href=
      "http://corn.ghosthunterssrq.org/page2.html"><font style="BACKGROUND-COLOR: #808080">Page 2</font></a>&nbsp;&nbsp;&nbsp; &nbsp;<a href=
      "http://corn.ghosthunterssrq.org/lightboxtest.html"><font style="BACKGROUND-COLOR: #808080">Images</font></a></font></font></p>
    
    &nbsp
    
      <p align="center">
      <a href="http://corn.ghosthunterssrq.org/testimg/reactor%20w%20caustics.png" rel="lightbox[group]" title="Reactor with caustics"><img src="http://corn.ghosthunterssrq.org/testimg/reactor%20w%20caustics.png" width="320" height="240" /></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      
      <a href="http://corn.ghosthunterssrq.org/testimg/Tulips.jpg/" rel="lightbox[group]" title="tulips"><img src="http://corn.ghosthunterssrq.org/testimg/Tulips.jpg" width="320" height="240" /></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      
      <a href="http://corn.ghosthunterssrq.org/testimg/tweaks%20logon.jpg" rel="lightbox[group]"title=tweaks logon"><img src="http://corn.ghosthunterssrq.org/testimg/tweaks%20logon.jpg" width="320" height="240" /></a></p>
    
    </body>
    </html>
    As far as I can tell nothing is wrong with the code, but it wont show up. Help please.

    e: JUST KIDDING, DISREGARD THIS. I FIXED IT.
    Last edited by Corndogman; February 1st, 2010 at 08:19 PM.

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •