Dynamic Web Tutorials and Notes
Show Images Dynamically
- Simply create an images column in the database which references the
image path relative to the file you’ll be using it in, using html
code: <img src=images\testimage1.jpg>
- To make a thumbnail gallery, create two sets of images, one small and one large.
- When creating the Master-Detail Page, link from the small one in the Master Page and show the big one in the detail page
- You may need to remake your DSN (IV)