ColdFusion - CFLAYOUT with CFLAYOUTAREA, type tab and tab position bottom

cflayout with cflayoutarea, type tab and tab position bottom

cflayoutHowToUse.cfm



<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>How to use cflayout with cflayoutarea, type tab and tab position bottom</title>
</head>

<body>
<h2 style="color:DodgerBlue">ColdFusion cflayout example: With cflayoutarea</h2>
<cflayout type="tab" tabposition="bottom">
    <cflayoutarea title="Doll">
        <img src="./Images/Doll.jpg"/>
    </cflayoutarea>
    <cflayoutarea title="Doll1">
        <img src="./Images/Doll1.jpg"/>
    </cflayoutarea>
    <cflayoutarea title="Doll2">
        <img src="./Images/Doll2.jpg"/>
    </cflayoutarea>
</cflayout>
</body>
</html>













More ColdFusion examples