|
Posted by Jeff Thies on January 2, 2006, 5:07 am
Please log in for more thread options
rich wrote:
> I want to be able to add Photos to my website. At first thought I was
> thinking about making a table and then adding photos to each cell.
I tend to put them in divs, specify the width and height and float them
left. That way you can have as many as your browser width will allow. YMMV.
I
> want people to not be abe to download the photos so I have a no right
> click script to go in.
Yeah like that will fool yourself, but not someone with a dab of web
savy! Mozilla flavor browsers make it easy to sidestep this. IE will
require another step.
I also wan be to be able to click on the
> thumbnail of the picture and have a full screen view of the picture
> again still not downloadble does anyone know how I might accomplish
> this...
You can just give up on that. Either make the pics small enough or put a
visible watermark on them.
>
> I know that there is a freewebhosting service that allows for unlimted
> photo uploads but other people can download them not much security
> there..The reason why I dont want people to download them is because
> I'm selling them.
So sell them. Lots of people do, take a look at how it's done...
Cheers,
Jeff
>
> RIch
>
|