Hi All

I am creating a web page, which will have a lot of images on it. The images are stored on my sharepoint site, are included on the page using the following html tag:

<img src="https:\\myshptserver.com\ImagesLib\img1.jpg" />

The page has almost 40 images coming from sharepoint, all with the similar kind of html tags as above.

Now, the problem comes when the page is render and the images are loaded...each image to be loaded, first asks the credentials of the sharepoint server (which is usual) and then the image loads...the problem is since i have 40 images, it asks me to enter 40 times for each image, so if a user opens my page, he'll get doomed.

So, I want to remove this problem, how can I do so??

Thanks