Return to Snippet

Revision: 62790
at March 13, 2013 05:56 by COBOLdinosaur


Initial Code
<figure style="width:110px;float:left;margin:10px;text-align:center;
                    background-color:white;border:1px solid black;
                    border-radius:5px;box-shadow:1px 1px 1px 1px;padding-top:5px;">
    <img src="../images/cd100.jpg">
    <figcaption>this is image one</figcaption>
</figure>

Initial URL
http://coboldinosaur.com/pages/Captions_for_Lists_and_Images.html

Initial Description
The nice part about it is that the caption is locked to the image. The figure can be positioned and styled and the caption can be rendered with any affect that can be applied to any other text element.

Initial Title
Captions for images

Initial Tags
list, images

Initial Language
HTML