Results 1 to 2 of 2

Thread: Creating an HTML image gallery

  1. #1
    Garcíarobine is offline Senior Member
    Join Date
    Dec 2009
    Posts
    334
    Rep Power
    3

    Default Creating an HTML image gallery

    Hi, all

    I want to know can I create an HTML image gallery provide me some of correct solutions for this if anybody knows.

    Thanking you in advance

  2. #2
    RodríguezBrown is offline Senior Member
    Join Date
    Dec 2009
    Posts
    322
    Rep Power
    3

    Default

    Regarding HTML Slideshows

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

    Regarding iframe

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

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

    Implant a Flickr Gallery

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

Similar Threads

  1. Creating an image link
    By MyersGray in forum General Internet Terms
    Replies: 1
    Last Post: 07-04-2010, 02:44 PM
  2. Making an HTML image gallery
    By BarnesHarris in forum General Internet Terms
    Replies: 1
    Last Post: 07-04-2010, 02:41 PM
  3. Creating an image link?
    By Emanuel George in forum Applications
    Replies: 1
    Last Post: 07-02-2010, 06:04 PM
  4. Creating a link using html
    By Garcíarobine in forum General Internet Terms
    Replies: 0
    Last Post: 06-30-2010, 03:24 PM
  5. Insert Image into HTML Email Using PHP
    By Davismoore in forum General Internet Terms
    Replies: 0
    Last Post: 03-10-2010, 04:02 PM

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