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.
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.
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.
Bookmarks