<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    I need some help with Extjs, not specifically GeoExt.<br>
    <br>
    How to I add html to a panel. The best I can do is:<br>
    <br>
    {<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xtype: 'box',<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; autoEl: 'div',<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; id: 'login-msg',<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cls: 'mycontent'<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>
    <br>
    However, this requires me to do all my own styling. Basically I have
    a login form at the top of my panel, and want to add login status,
    registration link, etc. below this.<br>
    <br>
    Jim<br>
    <div class="moz-signature">-- <br>
      James B. White<br>
      Cary, NC<br>
      H: 919-380-9615<br>
      M: 919-698-1765<br>
      <a href="http://whitecodingandmaps.com/">White Coding and Maps</a>
    </div>
  </body>
</html>