J'aimerais savoir s'il est possible d'augmenter le nombre de ligne d'une page HTML venant d'une base de donné MSQL ?
J'ai une cinquantaine de groupe ayant ce même configuration qui se répète pour former une liste de tous noms groupes
Le problème est que les 5 derniers groupes disparaissent lors de la compilation faite par le serveur. J’ai passé plusieurs heures
Voici ce que ressemble un groupe de ma liste ma liste en html
Code : Tout sélectionner
<TABLE cellPadding=2 width="100%" border=1>
<TBODY>
<TR>
<TD width="19%" bgColor=#ffac00 rowSpan=3>
<P align=center><STRONG><FONT face=Arial size=3>DIMANCHE</FONT></STRONG></P></TD>
<TD bgColor=#ffac00 colSpan=2>
<P align=center><STRONG><FONT face=Arial size=3>Amicale</FONT></STRONG></P></TD>
<TD width="11%" rowSpan=2>
<P align=center><A href="http://www.mapquest.com/maps/map.adp?formtype=address&addtohistory=&address=&city=Trois%2drivieres%2douest&state=QC&zipcode=G9A%202Z1&country=CA&geodiff=1"><IMG height=30 alt="Carte routière" src="http://www.emotifs-anonymes.org/files/images/guidemap.gif" width=40 border=0></A></P></TD>
<TD width="11%" rowSpan=2>
<P align=center></P></TD></TR>
<TR>
<TD colSpan=2>
<P align=center><STRONG><FONT face=Arial size=3>Trois-Rivières</FONT></STRONG></P></TD></TR>
<TR>
<TD width="81%" colSpan=4>
<P align=left><FONT face=Arial size=3>Centre communautaire</FONT></P></TD></TR>
<TR>
<TD width="19%" bgColor=#ffac00 rowSpan=2>
<P align=center><STRONG><FONT face=Arial size=3>20 h 00</FONT></STRONG></P></TD>
<TD width="81%" colSpan=4>
<P align=left><FONT face=Arial size=3>350, Côte Richelieu</FONT></P></TD></TR>
<TR>
<TD width="81%" colSpan=4>
<P align=left><FONT face=Arial size=3>Secteur Trois-Rivières Ouest</FONT></P></TD></TR>
<TR>
<TD width="19%" bgColor=#ffac00>
<P align=center><FONT face=Arial size=3>NOTE</FONT></P></TD>
<TD width="81%" colSpan=4>
<P><FONT face=Arial size=3></FONT></P></TD></TR></TBODY></TABLE>Émotif Anonyme