the source

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
 <head>

  <title>durable full (100%) width textareas width padding with no css or js hacks</title>

 </head>

 <body>

  <div style='margin:auto;background-color:white;border: 1px solid gray;padding: 1em;'>
    <textarea style='width:100%;border:0px;offset:0px;margin:0px;height:6em;'>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis 
    </textarea>
  </div>

  <br />
  <br />
  <br />

  <div style='width:50%; margin:auto'>
    <div style='margin:auto;background-color:white;border: 1px solid gray;padding: 1em;'>
      <textarea style='width:100%;border:0px;offset:0px;margin:0px;height:6em;'>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis 
      </textarea>
    </div>
  </div>


  <br />
  <br />
  <br />

  <div style='width:25%; margin:auto'>
    <div style='margin:auto;background-color:white;border: 1px solid gray;padding: 1em;'>
      <textarea style='width:100%;border:0px;offset:0px;margin:0px;height:6em;'>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis 
      </textarea>
    </div>
  </div>


 </body>
</html>