Multiple images & Table
Sometimes you need an image that when users clicks on different parts of it they go to different pages. In previous lessons you learned how to use an image as a link to another address or page. In this special case you will need to cut your picture into as many parts as you need and insert them in a table that holds image parts beside each other. Then you will link each image part to a different page.
You will also need to set both cell spacing and cell padding to the value of 0 to prevent the table to be seen between image parts. In this way users will see a single image but when they click on different parts of image they will go to different addresses.