Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mantaining Web pages with Acces

Status
Not open for further replies.

pldelosrios

Programmer
Jun 24, 2001
14
ES
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=&quot;0&quot; src=&quot;C:///winsoft/images/doug.gif&quot; width=&quot;186&quot; height=&quot;221&quot;>

or ON A web SITE
<img border=&quot;0&quot; src=&quot;winsoft/images/doug.gif&quot; width=&quot;186&quot; height=&quot;221&quot;>

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

Visit my WEB site to see how Bar-codes can help you be more productive
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top