Profile Page Description "html" instead of "text"
In editing the "User Profile Page Template", is there a way to change the author's Description from text to HTML?
<th><label for="description"><?php _e('About Me:','appthemes'); ?></label></th>
<td><textarea name="description" class="regular-text" id="description" rows="10" cols="50"><?php echo $userdata->description ?></textarea></td>