Quello che vedi in questa pagina www.frasimagiche.net/admin.asp l'ho fatto con questo codice:
codice:<table width="100%" border="0" cellpadding="0" cellspacing="0" background="<%=urlfrasimagiche%>images/sf_menu.gif" class="TESTO10"> <tr> <td width="10" height="40"></td> <td rowspan="3" align="center"> <% Set rscatego = server.createobject("adodb.recordset") sql = "select categ from categorie order by id " rscatego.Open sql, Conn3 if not rscatego.eof then do while not rscatego.eof categ = rscatego("categ") %> <table width="100%" border="0" cellpadding="0" cellspacing="0" background="<%=urlfrasimagiche%>images/sf_menu.gif" class="TESTO10"> <tr> <td width="6" rowspan="3" align="center">[img]<%=urlfrasimagiche%>images/divisore.gif[/img]</td> <td width="150" height="40" align="center">[img]<%=urlfrasimagiche%>images/iconapng.png[/img]</td> <td width="6" rowspan="3" align="center">[img]<%=urlfrasimagiche%>images/divisore.gif[/img]</td> </tr> <tr> <td height="5" align="center" background="<%=urlfrasimagiche%>images/div_orizz.gif" style="background-repeat: repeat-x; background-position:center"></td> </tr> <tr> <td align="center">" class="TESTO10"><%=rscatego("categ")%></td> </tr> </table> <% rscatego.movenext loop end if rscatego.close set rscatego = Nothing %> </td> <td width="10" rowspan="3" align="center"></td> </tr> <tr> <td width="10" height="5" style="background-repeat: repeat-x; background-position:center"></td> </tr> <tr> <td width="10"></td> </tr> </table>