Buongiorno carissimi amici,
premettendo che sono un autodidatta, vi chiedo:
mi sono realizzato uno script che mi permetta di generare dei link che comporranno poi un menù.

Lo script sembra essere OK, l'unico problema che anzichè "cliclare" in orizzontale, lo fa in verticale, ecco qui di seguito il codice:

<table width="100%" border="0" cellpadding="0" cellspacing="0" background="<%=urlfrasimagiche%>images/sf_menu.gif" class="TESTO10">


<%
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")

%>

<tr>
<td width="10"></td>
<td width="6" rowspan="3" align="center">[img]<%=urlfrasimagiche%>images/divisore.gif[/img]</td>
<td width="10" rowspan="3" align="center"></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 width="10"></td>
<td align="center">" class="TESTO10"><%=rscatego("categ")%></td>
</tr>



<%
rscatego.movenext
loop
end if
rscatego.close
set rscatego = Nothing
%>


</table>

Cortesemente mi aiutereste a risolvere il problema? il risultato dovrebbe essere più o meno questo: www.frasimagiche.net

Cordiali saluti