How to use cfpod with inline content in ColdFusion

cfpod - inline content

cfpodInlineContent.cfm


<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ColdFusion cfpod tag example: how to use cfpod with inline content</title>
</head>

<body>
<h2 style="color:DodgerBlue">cfpod example: InLine Content</h2>
<cfpod 
    title="Sea Fish" 
    height="325" 
    width="495"
    >
 <img src="./Images/Fish.jpg" />
</cfpod>
</body>
</html>





More ColdFusion examples