Hello I have read many posts about this, and while it works its not complete.
For example; Attribute 1= shoesize and attribute 2 = shoe color. Both are in a dropdown
Try this:
$_pp2 = Mage::getModel('catalog/product')->load( $_product->getId() ); echo $_pp2->getdm();
in:
Attribute Code:dm
Type: Text area
in view.phtml
echo $_product->get>getdm(); ?>