Forum Moderators: not2easy
Note: It could be argued that this in an inappropriate use of <dl> for what you want, but the <dl> is a pretty potent tool with numerous under utilized benefits.
Now here is my new problem. So I am trying to set up, so when you click the image, it expands to a bigger one. But it is just putting a shadow behind the image with the code i have...
<code>
<dl class="gallery">
<dt><a ref="images/image1-big.jpg"><img src="images/image1.jpg" alt=""></a></dt>
<dt>Image 1</dt>
<dd>Description here</dd>
</dl>
</code>
I added " <a ref="images/image1-big.jpg"> </a>" thinking that when you clicked the image, it would go to the bigger one.. but this does not work.
Can someone explain how i can accomplish this?
Thanks again for your help!