MinalMaurice
Programmer
I'm using a SQL 2000 database. One of my tables contains 2 fields, the first - URL - contains a full URL reference, such as The second - Logo_Name - contains the name of a logo image to be found in the Logos directory.
I use the code <a href="#URL#" target="_blank"><img src=" alt="#Alt#" border="0"></a> to pull up the links.
It sometimes works under Internet Explorer and Deepnet, but not under Mozilla Firefox or Opera etc.
The reason being that when examined under View Source - the image doesn't appear. What can I do to the image source code to make sure that the image appears.
I use the code <a href="#URL#" target="_blank"><img src=" alt="#Alt#" border="0"></a> to pull up the links.
It sometimes works under Internet Explorer and Deepnet, but not under Mozilla Firefox or Opera etc.
The reason being that when examined under View Source - the image doesn't appear. What can I do to the image source code to make sure that the image appears.