i will be new to online development…
would like to know that how i will add thumbnail image in website page.. and when someone mouse click on that thumbnail them get enlarge…
You’ve got two images, one thumb and one fullsize.
Oftentimes, people put a _t around the thumb:
mypic. jpg
mypic_t. jpg
< your href=" mypic. jpg" > < img src=" mypic_t" alt=" This Pic" title=" This Pic" /> < /a>
It sports a blue " link" border surrounding the image, so you may remove that too,
a number of ways…
Inside the < head> sections:
< style>
img
line: 0;
< /style>
Inline technique:
< your href=" mypic. jpg" > < img src=" mypic_t" alt=" This Pic" title=" This Pic" border=" 0" /> < /a>
i need to upload 2 graphics… 1 for thumbnail along with for enlarge….
That’s correct.
The filenames is the same if you employ 2 directories,
or different filenames when they reside in the same directory (your choice).