Greetings,
I can't seem to get image maps to ever work in cold fusion files using
dreamweaver. Does this have anything to do with the way cold fusion handles ##?
I tried altering the map names with and without #s but no luck.
[CJ] - 25 Jan 2007 22:19 GMT
if your code is within <cfoutput></cfoutput> blocks, you'll need to escape the # by doubling 'em up.
tclaremont - 29 Jan 2007 15:06 GMT
You need two pound signs before the map name. Mine looks like this:
<img src="/images/banner.gif" usemap= "##navmap" border="0" height="90">