Create Photo Gallery
You can create photo gallery for your website using simply <object> tags. It provides you a very quick and effective photo gallery building for your website. It can be done by simply adding the following code in your HTML page. In here, object tag and simple hyperlinks are used to generate a photo gallery effect.
<div id=”photo-gallery”>
<object data=”/picture1.html” name=”Frame” id=”Frame” type=”text/html”></object>
<iframe src=”/picture2.html” name=”Frame” id=”Frame” type=”text/html” frameborder=0></iframe>
<ul id=”photo-container”>
“/picture1.jpg”
</ul>
</div>
Remember: The above code is for one picture to add. If you want to add more pictures, just copy and paste the above code to that number of times upto which you want add pictures.
The above provided link will allow you to creat an impressive photogallery for your website. To make the above link active on your website kindly do the following steps.
1- First you need to make the html pages of your orignal image and place in the directory folder as “/picture1.html” where image1.html is your first image placed in “html” format. Similary if you have 10 images then you have to make 10 html pages and place them in the directory folder in your website folder.
2- Now to make thumbnails you need to make a small version of your images. For every image you must need to make a small version of that image, using Photoshop or other croping software, and place the in direcory folder.
3- Now after completeing all the above two steps, you need to fullfill the above provided code’s path requirement.
<li><a href=”s/picture10″ target=”Frame”><img src=”/Picture10.jpg” alt=”" /></a></li>
This code shows you how to name your image according to this code or you can use your image names in theis code. For that you just need to rename your image html file as picture10.htmland thumbnail as Thubnail-Picture10.jpg.
Alternatively you can use your image html file name and thumbnail name into this code at the place where picture10.html is written and Thubnail-Picture10.jpgis written respectively. You can insert as many pictures as you can but you have to follow the exact code positioning. The disbalance of this code can cause a lot of problem to your gallary.
Thanks
Related posts:
- Create Photo Albums for Web Sites with Microsoft Power Toy Application You can create great photo albums with Flickr, Yahoo photos...
- How to make 3d photo How to make a 3D photo in Photoshop There are...
- Software to Create Photo Albums - Picaboo Almost every internet users are aware of photo sharing services...
- Create Artistic Images Joining images and photos with Microsoft AutoCollage Microsoft offers many small utilities for general computer users, one...
- Post Videos and Photo Galleries in Blog Wordpress do have default video embedding and image embedding support...

No Responses to “Create Photo Gallery”
No feedback yet.