How do I keep embedded hotspots like in Dreamweaver?

D

Dave Satchell

I have a png file that is the menu bar at the top of the page that was
designed in Fireworks. This is from a template web site. In fireworks I
set all of my hotspots but without the links.

What do I do next if I want to get the image into FP and I want to
retain the hotspots so that I can give them links in FP? Right now it
appears that I would have to export the image as a gif (loosing the
hotspots), import it into FP, redraw the hotspots, and then attach the
links.

Thanx, Dave.
 
M

Murray

Dave:

Hotspots are NOT part of an image, which contains only bitmapped pixels.
They are defined in the HTML code that you export from Fireworks. You could
also just copy that code and paste it into your FP page, but make sure that
you don't duplicate the <html>, <head>, or <body> tags when you do.
 
A

Andrew Murray

hotspots are created by defining dimensions - an area of the image so-many pixels
in from left margin and so-many pixels down from top margin, and then a width and
height factor.

it is defined between two tags like <map> and </map>
 
M

Murray

Right - those tags are part of the exported HTML, not embedded somehow in
the image. To get them into FP you would have to include the associated
HTML as well.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top