I need a better Explanation please lets say I want to echo Page ID 7 in Div_1 and Page ID 9 in Div_2 what would my code look like I have written most of the mark-up for you to save you some time. This is nothing what my actual project looks like I am just simplifying it so I can understand easier :).
<html>
<head>
<title>Example</title>
</head>
<body>
<div id=”Div_1″>
<!–Page ID 7 in this DIV–>
</div>
<div id=”Div_2″>
<!–Page ID 9 in this DIV–>
</div>
</body>
</html>