I have an Access table with a lot of photographs. I must create a program that allows the creation and MAINTENANCE of web pages based on that photos. I tried with templates, but the images are not Exported !!!!
So you need WEB pages with photos from the Access database.
Are the Photos inside the Access database???
Or are they on the hard drive.
An HTML page needs to refernce a image like so
<img border="0" src="C:///winsoft/images/doug.gif" width="186" height="221">
or ON A web SITE
<img border="0" src="winsoft/images/doug.gif" width="186" height="221">
The images are not part of the HTML document.
So the inage has to come out of the database and be saved as a file some how then theN HTML has to referEnce that file.
DougP, MCP
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.