Adding a caption to an image is a variant of a spotlight. See below for an example.
HTML
<div class="spotlight gray"> <img src="" alt="image alt text"> <div class="headline"> <strong>A Caption</strong> <br>For Your Photos </div> </div>
April 20, 2011
Adding a caption to an image is a variant of a spotlight. See below for an example.
<div class="spotlight gray"> <img src="" alt="image alt text"> <div class="headline"> <strong>A Caption</strong> <br>For Your Photos </div> </div>