<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks!&nbsp; I had done the first part but still couldn't get it - I think
that I didn't include the # before the value.<br>
<br>
Stefan Borchert wrote:
<blockquote cite="mid:46E85546.1070603@borchert.cc" type="cite">
  <pre wrap="">sander-martijn schrieb:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi guys,

I finally figured out how to get at the CCK field values I've created 
and output them onto the page.  But when I output $content or $body it 
contains the content of the extra fields as well - not only that but 
it's all in one string so I can't even grab the bits I need as I can 
from an Array.  Is there any way to access the information the person 
typed into the description field without anything else? 
  
    </pre>
  </blockquote>
  <pre wrap=""><!---->Hi.
Try to output the node with &lt;code&gt;print_r($node)&lt;/code&gt; and you'll see 
all of its attributes.
The one you would like to have is 
&lt;code&gt;$node-&gt;content['body']['#value']&lt;/code&gt;.

hth,

 Stefan
  </pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<hr align="center" noshade="noshade" size="1" width="100%">
<p
 style="text-align: center; font-family: verdana,arial,helvetica,sans-serif; color: rgb(51, 51, 51); font-size: 10px; text-transform: lowercase; font-style: normal; font-weight: normal;"><a
 href="mailto:sander@sander-martijn.com"
 style="text-decoration: none; color: rgb(0, 0, 255); font-family: verdana,arial,helvetica,sans-serif;">sander-martijn</a><br>
interface developer | architect<br>
<a href="mailto:sander@sander-martijn.com"
 style="text-decoration: none; color: rgb(0, 0, 255); font-family: verdana,arial,helvetica,sans-serif;">sander@sander-martijn.com</a><br>
<a href="http://www.sander-martijn.com"
 style="text-decoration: none; color: rgb(0, 0, 255); font-family: verdana,arial,helvetica,sans-serif;">www.sander-martijn.com</a>
</p>
<hr align="center" noshade="noshade" size="1" width="100%"></div>
</body>
</html>