la pagina interessata è questa:

codice:
<div align="center">Modulo di gestione questionari</div>

<table width="95%"  border="0" cellspacing="2" cellpadding="1">
  <tr align="center" bgcolor="#E9E9E9" style="font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold">
    <td width="5%">Attiva</td>
    <td width="33%">Titolo</td>
    <td width="22%">Professore</td>
    <td width="10%">Data creazione </td>
    <td width="10%">Numero domande </td>
    <td width="10%"></td>
    <td width="10%"></td>
  </tr>
  {row}
  <tr style="font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif;">
    <td align="center"><input name="attiva" type="radio" value="none" {none} style="border:0px; background-color:#FFFFFF;"></td>
    <td colspan="5">Nessuno</td>
    <td align="center"><input name="attiva" type="submit" id="attiva" value="Invia modifiche"></td>
  </tr>
</table>


<table width="95%"  border="0" cellspacing="1" cellpadding="1">
  <tr align="center" bgcolor="#E9E9E9" style="font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:black">
    <td colspan="5" bgcolor="#E9E9E9">Inserisci nuovo questionario </td>
  </tr>
  <tr>
    <td colspan="5" align="center"><div ID="insert" style="display:inline">
      <table width="100%"  border="0" cellspacing="1" cellpadding="1">
        <tr>
          <td width="40%" style="font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif;">Titolo:</td>
          <td><input name="titolo" type="text" id="titolo" size="60" maxlength="255"></td>
          </tr>
        <tr>
          <td style="font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif;">Tempo concesso: (min) </td>
          <td><input name="tempo" type="text" id="tempo"></td>
        </tr>
        <tr style="font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif;">
          <td>Ordine domande: </td>
          <td>


            <label>
            <input name="ordine" type="radio" style="border:0px; background-color:#FFFFFF;" value="normal" checked>
  Di inserimento</label>
            

            <label>
            <input type="radio" name="ordine" value="random" style="border:0px; background-color:#FFFFFF;">
  Casuale</label>
            

          </p></td>
        </tr>
      </table>
      

		Domande
        

        <table width="90%"  border="0" cellspacing="1" cellpadding="1" style="border:1px solid gray">
          <tr style="font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif;">
            <td width="31%" align="center">Inserisci nuova domanda </td>
            <td width="17%" align="center">Tipologia: </td>
            <td width="35%">
			<select name="type" id="type">
              {questionType}</select>
			</td>
            <td width="17%" align="center"><input type="button" name="Submit" value="Crea nuova domanda" onClick="addQuestion()"></td>
          </tr>
        </table>        
        {importScript}

        <table width="100%"  border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="97" align="right">
			<table ID="questionList" border="0" cellspacing="0" cellpadding="0" style="font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold">
              <!-- 
			  <tr>
                <td width="97" height="21" align="center" background="img/scheda-normal.gif">Domanda 1 </td>
              </tr>
			  -->
            </table>
			</td>
            <td ID="insertArea" align="center" style="font-size: 12px; border-top-color: #CCCCCC; border-top-width: 2px; border-top-style: outset; border-right-style: outset; border-bottom-style: outset; border-left-style: outset; border-left-color: #CCCCCC; border-bottom-color: #CCCCCC; border-right-color: #CCCCCC; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px;">
			Caricamento...
			</td>
          </tr>
        </table>
    </div></td>
  </tr>
</table>
purtroppo fa parte di un'applicazione lato server e ci sono parekkie parti che non vengono mostrate, non è neanke scritto bene x ora sto sperimentando alcune soluzioni