Database form - images

I am not that familiar with Domino Designer and I am fumbling my way through making changes to a form in a database.

Most of our site is static HTML. However, we use Domino to authenticate web users for our website applications. When they log on, they are loggin on to a Domino database (fiweb.nsf). We have made changes to our static pages and we are trying to incorporate those changes onto a form that users see in the DB when they log in. We are having two problems:

  1. The images are not being displayed. They are referenced correctly in the HTML inside the form, but they still do not show up. When I copy and paste the code to another application and test it with the target folder being /images there’s no problems. What can I do to have the images display?

  2. How do you change what the default form is inside the database? IE, when users log in, they are looking at the ‘Link’ form in our DB. If we wanted to change that to ‘New_Link’ for instance, how would we do that?

Thanks

Subject: Database form - images

  1. Your image problem could be an issue with relative paths be referenced incorrectly.

http://webdesign.about.com/od/beginningtutorials/a/aa040502a.htm

  1. To set a form as default, open the form in Designer, and then select “Default database form” in the form’s properties.

Subject: RE: Database form - images

Thanks for the answer on 2.

However, on the first part, I have the relative paths referenced correctly. It’s the same path as the other form we are using and the images in that page show up.

Subject: RE: Database form - images

Anybody else know what the problem might be with the images?