2 Replies Latest reply: Oct 16, 2009 11:48 PM by talbot RSS

    Selected form code not displayed in find window

    talbot Community Member

      All of a sudden when I select a block of code (mix of form code, table, text) that I am planning on replacing it is not in the find text box.

      Did I or do I need to toggle something somewhere?

       

      I have narrowed it down to what I am selecting and I have no idea why it DW would care!!!

       

      Text to find: <form method="post" action="yada">
      <input type=hidden name="username" value="yada">
      <input type=hidden name="notification" value="yada">
      <input type=hidden name="contactemail" value="yada">
      <input type=hidden name="contactname" value="yada">
      <table cellspacing=1 cellpadding=1 border=0>
      <tr><td nowrap="nowrap" class=""><h2 style="margin-left:12px">Get our Newsletter</h2></td></tr>
      <tr><td><h3>Email:   </h3><input type=text name="Email"></td>
      </tr>
      <tr><td><h3>Name: </h3><input type=text name="Name">
      <br /><br /><center>

      Well nothing is displayed because of <input or <form. It will select/paint <table, <td...

       

      Can anyone tell me what's going on with this and how I get around it?

       

       

      Thanks!