to link the image directly to url it can be done this way:
in styles:
#link1 { background:white url(mod/brighton_boat/graphics/cz4.jpg)no-repeat left top; } /* just make sure to set width and height of an actual image */
in html source
<a id="link1" href="http://URL"></a>
|