1 2 3 4 5 6 7 | <!-- Must place codes within <HEAD> section --> <!-- DC Image Captions CSS --> < link type = "text/css" rel = "stylesheet" href = "dcodes/image_captions/css/dc_image_captions.css" /> <!-- jQuery Library (skip this step if already called on page ) --> < script type = "text/javascript" src = "dcodes/jquery.min.js" ></ script > <!-- (do not call twice) --> <!-- DC Image Captions JS --> < script type = "text/javascript" src = "dcodes/image_captions/js/dc_image_captions.js" ></ script > |
1 2 3 4 5 6 7 | <!-- Must place codes within <HEAD> section --> <!-- DC Image Captions CSS --> < link type = "text/css" rel = "stylesheet" href = "http://cdn.dcodes.net/2/image_captions/css/dc_image_captions.css" /> <!-- jQuery Library (skip this step if already called on page ) --> < script type = "text/javascript" src = "http://cdn.dcodes.net/2/jquery.min.js" ></ script > <!-- (do not call twice) --> <!-- DC Image Captions JS --> < script type = "text/javascript" src = "http://cdn.dcodes.net/2/image_captions/js/dc_image_captions.js" ></ script > |
1 2 3 4 | <!-- DC Image Captions Start --> < img src = "http://cdn.dcodes.net/p/300x197" class = "dc_wrapcapt" alt = "" title = "This image has a caption!" /> <!-- DC Image Captions End --> < div class = "dc_clear" ></ div > <!-- line break/clear line --> |
1 2 3 4 5 6 | <!-- DC Image Captions Start --> < a href = "#" class = "dc_slidebot_css" > < span class = "roll_css" >Lorem ipsum dolor< br />< small >sit amet, consectetur adipisicing elit</ small > <!-- DC Image Captions End --> < div class = "dc_clear" ></ div > <!-- line break/clear line --> |
1 2 3 4 5 6 | <!-- DC Image Captions Start --> < a href = "#" class = "dc_slidebotadd_css" > < span class = "roll_css" >Lorem ipsum dolor< br />< small >sit amet, consectetur adipisicing elit</ small ></ span > <!-- DC Image Captions End --> < div class = "dc_clear" ></ div > <!-- line break/clear line --> |
1 2 3 4 5 6 | <!-- DC Image Captions Start --> < a href = "#" class = "dc_slidetop_css" > < span class = "roll_css" >Lorem ipsum dolor< br />< small >sit amet, consectetur adipisicing elit</ small ></ span > <!-- DC Image Captions End --> < div class = "dc_clear" ></ div > <!-- line break/clear line --> |
1 2 3 4 5 6 | <!-- DC Image Captions Start --> < a href = "#" class = "dc_slideimgrt_css" style = "width:300px; height:197px;" > < span class = "roll_css" >Lorem ipsum dolor< br />< small >sit amet, consectetur adipisicing elit</ small ></ span > <!-- DC Image Captions End --> < div class = "dc_clear" ></ div > <!-- line break/clear line --> |
1 2 3 4 5 6 | <!-- DC Image Captions Start --> < a href = "#" class = "dc_slideimgbot_css" style = "width:300px; height:197px;" > < span class = "roll_css" >Lorem ipsum dolor< br />< small >sit amet, consectetur adipisicing elit</ small ></ span > <!-- DC Image Captions End --> < div class = "dc_clear" ></ div > <!-- line break/clear line --> |
1 2 3 4 5 6 | <!-- DC Image Captions Start --> < a href = "#" class = "dc_slideimgrttop_css" style = "width:300px; height:197px;" > < span class = "roll_css" >Lorem ipsum dolor< br />< small >sit amet, consectetur adipisicing elit</ small ></ span > <!-- DC Image Captions End --> < div class = "dc_clear" ></ div > <!-- line break/clear line --> |
© TemplateAccess