Results 1 to 3 of 3

Thread: Stupid Newbie needs help on thumbnail option

  1. #1
    Join Date
    Oct 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Stupid Newbie needs help on thumbnail option

    Please help -I want to use the code that produces the large image when cursor is moved over the thumbnail. I'm not having any luck putting the code in the right place. Here is the code from an empty page with only an image (the size I would like to see when I place cursor over thumbnail. Please, please help! (remember I'm new so please don't yell at me)

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    </head>

    <body>
    <img src="file:///C|/Documents and Settings/LorriG/My Documents/DESTINY LEE JEWELRY/pale agate frame.jpg" width="400" height="600" />
    </body>
    </html>

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Can you please link us to the page? That will help a lot. Also a link to the dd page would also be helpful.
    Jeremy | jfein.net

  3. #3
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Are you using the DD CSS thumnail viewers (seen here and here)

    If so, the code in the first text box (The CSS) goes between the <head></head> tags of your page. Then, change the image tag you have now to this:

    Code:
    <a class="thumbnail" href="#thumb">
       <img src="pale_agate_frame_THUMB.jpg" width="400px" height="600px" border="0" />
       <span>
          <img src="pale_agate_frame.jpg" />
          <br />
          Caption goes here.
       </span>
    </a>
    Change the highlighted as needed.

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
  •