Can someone tell me how or paste link how to make html gallery? I just want add 20 images (small size) and when visitor click image it opens in original size?
Just do it like this <a href="link/to/big/image.jpg"><img src="link/to/small/image.jpg" alt="small image" height="xxx" width="xxx"></a> HTML: You have to create the small images yourself. And don't scale them within your browser with height and width.
thx, 1 more question please, is it possible to be opened on page? When i upload image it goes directly to that link. Can it be like lightbox or anything just to open inside my page?
Yes, for that you need javascript, you can use this jquery lightbox plugin. leandrovieira.com/projects/jquery/lightbox/ On that page you will see the instructions to integrate the jquery plugin.
Problem is because am using ip content and am making new page. New page can be only html,only css or only javascript. If this is normal site i would just download some script and upload it to ftp and thats it but when i have only 1 field where i need to tipe code i dont know how to include image,javascript and css.
I dont know how to set code. I can only do something with codes if i have tutorial, but i found solution but now i have another problem :/ I found program called VisualLightBox,i made gallery, uploaded files,paste index html and changed paths and it works perfect, but when anyone click on image, they cant save it. I dont mean download link, i mean they cant right click on image and save as. I also need some code to make background white Link: http://cabal2fans.com/sss.html Code (markup):