Does your hosting package include the web masters Control Panel??
If so check for a feature named Hot Link Preventor.
If not, create a file named .htaccess using notepad that contains the following edited to reflect
your domain name and place a copy in the folders that contain images:
SetEnvIfNoCase Referer "^
http://www.domainname.com.com/" locally_linked=1
SetEnvIfNoCase Referer "^
http://www.domainname.com.com$" locally_linked=1
SetEnvIfNoCase Referer "^
http://domainname.com.com/" locally_linked=1
SetEnvIfNoCase Referer "^
http://domainname.com.com$" locally_linked=1
SetEnvIfNoCase Referer "^$" locally_linked=1
<FilesMatch "\.(gif|png|jpe?g)$">
Order Allow,Deny
Allow from env=locally_linked
</FilesMatch>
To save it with the name .htaccess click File > Save as and enter ".htaccess" with quotes.
--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer