I am trying to link to certain points of an image. I plan to have an image with numbers throughout and then below in the page have a description and when you click the text it will take you to the number on the picture. I have tried to do this in DW with anchors, but I cannot get it to work. Suggestions please....
You could make a simple java-script highlight the number (using css) and have an anchor to take the person to the image. Would require the numbers to be layers above the image but it's doable. If the image is larger than the screen you could try splitting it and setting an anchor for each part. Don't know if all (or any) browsers will scroll horisontally but it could be worth a try. Using CSS you should be able to make the image the background of a table with no borders and only 's for content and having anchors in the grid.