The site link helped as I think I know where your problem is....I viewed source after catching the password request pop up and it was asking for a password to ftp....I believe because of this in your source:
Code:
<img style="width: 564px; height: 423px;" src="ftp://[email protected]@ftp.3dfineries.com/public_html/images/KMTSection.jpg" />
Change the image source to:
Code:
http://www.3dfineries.com/images/KMTSection.jpg
And it should get rid of that popup message...I daresay this is code you entered into your main page in define pages editor :)
Bookmarks