--- userlink.module.orig 2008-05-14 11:43:00.000000000 -0400 +++ userlink.module 2008-05-14 11:45:27.000000000 -0400 @@ -380,7 +380,9 @@ '#value' => l($url, $node->url, $atts), '#suffix' => ""); - + // Wrab body in div tags + $node->content['body']['#prefix'] = ' '; // Modify the weight of the body to drop it down... $node->content['body']['#weight'] = 2;