<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #000000"><div>Hi Folks,</div><div><br></div><div> I have a node expressed as an associate array: "$node = node_load($nid);"&nbsp; I have some mysteries:</div><div><br></div><div>First, "print_r($node)" produces the same output as "print_r(render($node))", and I think the reason is that I need to add properties to the $node array to tell render() what I want done.&nbsp; Are my suspicions correct?<br></div><div><br></div><div>Second, I seek to display $node as HTML.&nbsp; How do I do this?</div><div><br></div><div><span name="x"></span>Chris.<br></div></div></body></html>