Ho questo script e sto tentando disperatamente di renderlo giustificato!!! Cosč che sbaglio?


<table border="1" cellpadding="10" cellspacing="0" style="border-collapse: collapse" bordercolor="#008000" width="369" id="AutoNumber4" height="213">
<tr>
<td colspan=2 width="367" height="41" bgcolor="#008000" background="immagini/erba_sfondo1.jpg" style="border-bottom: 3px double #008000">
<p style="margin-left: 10">Previsione prossima estrazione</td>
</tr>
<% strasgSQL="select * from prossime"
Set objAsgRs = objAsgConn.Execute(strasgSQL)%>
<tr>
<td height="40" colspan=2 bgcolor=#D2F7EC><%=objasgrs("TITOLO")%></td>
</tr>
<tr>
<td height="86" >
<p style=text-align=justify><%=objasgrs("COMMENTO")%></p>
</td> <%
'response.write strasgsql

if objasgrs("immagine") <> "-" then %>
<td valign="top">
[img]<%=OBJASGRS([/img]"></td><%end if%></tr>

<!---utimo pezzo
<tr>
<td width="367" height="127" valign="top">
<p style="margin-left: 10">

</td>
</tr>-->
</table>