|
Posted by jojo on 07/29/06 13:54
Chaddy2222 wrote:
[how can I save images from being downloaded using HTML?]
>> Easy, in your HTML markup do not reference any images! Seriously, the
>> answer is with HTML it cannot be done, and in JavaScript you can give
>> the "illusion" that the images cannot be download but is is just that,
>> only an illusion.
>
> That's a good point.
> I was just thinking though, could you not place your pics in an
> external CSS file
Place images in a CSS file??????
> and place a display none reference on all images in
> the stylesheet?.
> A bit of a random idea of mine I know, but it might work (to an
> extent).
Would have the opposite effect of what the OP wants. You don't see the
images but they are loaded into your cache... Nice effect!
Navigation:
[Reply to this message]
|