TheComputerGuy
12-03-2000, 10:29 AM
I have a problem displaying my image on Macromedia Fireworks 3.0, the site is http://www.webinfinity.org So if you know anything that may solve this problem thanks.
![]() | View Full Version : Fireworks 3? TheComputerGuy 12-03-2000, 10:29 AM I have a problem displaying my image on Macromedia Fireworks 3.0, the site is http://www.webinfinity.org So if you know anything that may solve this problem thanks. Félix C.Courtemanche 12-04-2000, 12:36 AM well... In your page, you set links as this: <area shape="rect" coords="16,243,90,274" href="www.webdefinity.com/tos.html" > which should be: <area shape="rect" coords="16,243,90,274" href="http://www.webdefinity.com/tos.html" > Also, your .com does not seem to work. Now, your imagemap is done well, but where is your image? You are declaring all the spots where the links will be but the image is not included, so nothing at all appears. TheComputerGuy 12-04-2000, 08:51 AM The .com will not work true, but i want the image to work, it should show up, i mean i have the image and it looks great to me and i just uploaded and pasted it in frontpage 2000, as it allows you to do it, so i dunno. |