making background image clickable link
i have several div tags background images in them. want make background images clickable links. easiest way this?
you can't. background images not part of html; part of css.
to make images clickable aka hyperlinked need insert them html.
<img src="some_image">
hyperlinked image:
<a href="some_link.html"><img src="some_image"></a>
nancy o.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment