Results 1 to 2 of 2

Thread: gallery

  1. #1
    Join Date
    Oct 2008
    Posts
    14

    gallery

    this is a website im making for my friend....I no I have made the website the wrong way (I havnt coded it) , But when I started to make the website I didnt no about css etc.

    website - www.keekproductions.co.uk

    He wants a gallery like this.........http://pranas.net/WebGalleryCreator/...ry/default.htm

    where the image enlarges

    I use dreamweaver btw


    Thank you

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    The gallery http://pranas.net/WebGalleryCreator/...ry/default.htm uses ActiveX/Javascript; it's basic structure is just a simple table with small images which centralise automatically inside each cell. They are links and open up a larger image; it's just a large jpg image file which shows on its own in a separate webpage if ActiveX/Javascript is disabled, but if it is enabled it shows the sliding effect on the main page over the top of the table with the thumb images.

    Have a look at the gallery page code first. After the doctype and head section, the body is:-

    <body>
    <table cellpadding="0" cellspacing="6">
    <tr>
    <td><a href=photos/largeimage.JPG rel='lightbox[gallery]'><img src="thumbs/smallimage.JPG" alt="description"></a><br>Text description</td>

    three more td tags repeated across the width
    </tr>
    more complete <tr>...</tr> tag rows
    </table>
    </body>
    </html>

    The pages with the larger images which need ActiveX or javascript are using two stylesheets and extra code provided by Lightbox
    http://pranas.net/WebGalleryCreator/
    so you need to follow the instructions on that site, but if you don't incorporate the Lightbox code you can still have a basic gallery which opens each larger image on a separate page.
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Similar Threads

  1. Minimalistic replacement for wordpress + Gallery 2
    By vulcan in forum General Questions
    Replies: 0
    Last Post: 16 Nov 2006, 05:02 PM
  2. 4 Steps to Attract Site Visitors to Image Gallery
    By useful in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 29 Aug 2006, 03:04 AM
  3. Photo Gallery and Page Update via FTP to Site Folder
    By kernlicious in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 11 Aug 2006, 12:47 PM

Posting Permissions

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