asked on
ASKER
ASKER
ASKER
Adobe Dreamweaver is a web development tool featuring both WYSIWYG and code editors that allow the user to quickly and easily build websites in a wide variety of languages, including ASP, ASP.NET, ColdFusion and PHP. It also offers support for CSS and JavaScript.
TRUSTED BY
We may need to see the rest of the ASP code to troubleshoot it, but I see problems with the above.
<a href="The_Empire_Store_Gea
The img command is embedded into the <a> tag instead of being enclosed by it. Should be:
<a href="The_Empire_Store_Gea
Now, that should link the image to The_Empire_Store_Gear.asp page. If you want that page to do a lookup, you will need to feed it a variable. Without seeing the structure of the table, I don't know which variable to feed it...