| | Offen happens to see your images used in someone's website. Here is a little trick how protect them, from the right-click 'Save Image As..' If you use tables, you can use the 'real' picture as backgroung in a cell and use a 1x1 tranparent GIF to cover it. See the code to understand. CODE <table width=200> <tr><td background=mypic.jpg width=100><img src=spage.gif width=100 height=120</td><td width=100></td></tr> <tr><td width=100></td><td width=100></td></tr> </table> |


