hi im seconds away from throwing the laptop off the wall, trying to figure out the best way to embedded the auto generating photo gallery into my html website. I am using dreamweaver. I am very new at all this. What do i need to do to place it on my page. table, frame etc.... please help me

First, take it easy.
Second, in order to have an 'auto genertaing photo', you should use javascript to replace the new photo with the old one in any table, frame or div you use. I prefer to use divs with CSS to do the work. Also you should be aware that, you should use DOM to access HTML elements in your page.

Take a look at this: http://scriptandstyle.com/automatically-generate-a-photo-gallery-from-a-directory-of-images

It's a complete 'auto generating photo gallery' from a directory of images.

Good luck.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.