Results 1 to 2 of 2

Thread: Making an HTML image gallery

  1. #1
    BarnesHarris is offline Senior Member
    Join Date
    Dec 2009
    Posts
    213
    Rep Power
    3

    Default Making an HTML image gallery

    Provide me a few proper solutions for this

    What steps will be wanted to do this If you are having any ideas please let me know as soon as possible.

    Thanking you in advance.

  2. #2
    HowardAllen is offline Senior Member
    Join Date
    Dec 2009
    Posts
    196
    Rep Power
    3

    Default

    About HTML Slideshows

    In general, HTML does not present an easy answer to put a slideshow on any site. At one time you would have had to utilize CSS, Java or a mixture of programming languages to get this done. Luckily, the iframe tag presents an easy way to post a gallery to an HTML site.

    About iframe

    An iframe tag in HTML defines a dispose frame that houses a further document. In this case, the document is your image gallery. Start with the iframe tag to classify the parameters of your gallery by restoring the words "DEFINE" under with your parameters. Next, point to your source:

    <iframe SRC ="POINT TO SOURCE DOCUMENT" width="DEFINE" height="DEFINE">
    </iframe>

    Set in a Flickr Gallery

    If you have a photo gallery online, insert this in the iframe to display your photos. The simplest way to do this is by using Flickr. Sign up for a Flickr account and post the images you would prefer to use in your gallery. Just replace the words POINT TO SOURCE DOCUMENT in Section 2 with "http://www.flickr.com/slideShow/NAME OF ANY SLIDESHOW." Find the name of your slideshow on your Flickr account.

Similar Threads

  1. Making an image link
    By WilsonMartin in forum other peripherals
    Replies: 1
    Last Post: 08-23-2010, 04:03 PM
  2. Creating an HTML image gallery
    By Garcíarobine in forum other peripherals
    Replies: 1
    Last Post: 08-23-2010, 03:56 PM
  3. Insert Image into HTML Email Using PHP
    By Davismoore in forum General Internet Terms
    Replies: 0
    Last Post: 03-10-2010, 04:02 PM
  4. Making Backup Image of SATA Drive
    By Brownchris in forum Hard Disk
    Replies: 0
    Last Post: 02-13-2010, 11:16 AM
  5. Vista gadget gallery
    By ABEDNEGO87 in forum Windows Vista
    Replies: 0
    Last Post: 03-16-2009, 10:59 AM

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
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48