Thanks, though I forgot the textareas' cols and rows attributes, so you'll have to edit the VB Pad plugin at profile_start and change
Code:
$notetextfields.='<textarea name="padfield' . $pad_l . '" onblur="this.value=this.value.substring(0,' . $charsnum . ')">' . $txtfieldscont[$pad_l-1] . '</textarea><br />'
To
Code:
$notetextfields.='<textarea name="padfield' . $pad_l . '" rows="8" cols="60" onblur="this.value=this.value.substring(0,' . $charsnum . ')">' . $txtfieldscont[$pad_l-1] . '</textarea><br />'
Or download the product again and reinstall it, I've fixed it now.