this is my first time here...
I have the following scenario:
<div class="album-wrap">
<img src="picture.jpg" alt="Mickey">
<p class="caption">little mouse</p>
</div>
<div class="album-wrap">
<img src="picture2.jpg" alt="Donald">
<p class="caption">little duck</p>
</div>
Question is: how could I place the contents of class caption into alt attributes? Or maybe create another attribute and place the contents of caption class. Thanks.