Results 1 to 2 of 2

Thread: first row of image thumbnail viewer II

  1. #1
    Join Date
    Dec 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default first row of image thumbnail viewer II

    http://www.dynamicdrive.com/dynamici...thumbnail2.htm

    Hello all,
    I've used the image thumbnail viewer II in two galleries on www.dicampliglas.com ("nieuw" and "restoratie"). The first row of both of the galleries doesn't work, the others are fine... sigh. It worked fine in Dreamweaver design screen.
    Any help appreciated, thanks!

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    The markup on the page has numerous violations of standards. It would be a good idea to validate the page.

    However, the problem with the operation of the script is due to two missing > brackets (added in red in the below snippets) for td elements, here:

    Code:
    <h5>     
    <table border="0" width="100%" cellspacing="0" cellpadding="0"
       <tr>
          <td width="75px" valign="top">
    
    <a href="castle-new.jpg" rel="enlargeimage" rev="tar . . .
    and here:

    Code:
    <img border="0" src="mona-mini.jpg" width="50" height="50"</a><br /><br />
    
    </td>
    
          <td width="95px" valign="top">
    
    <a href="primalsoup-new.jpg" rel="enlarge . . .
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •