exibindo resultados de tabela
estou com um problema na hora de exibir resultados da tabela.
eu gostaria que fossem exibidoso os resultados um debaixo do outo, o que está ocorrendo que está sendo exibido um ao lado do outro.
ex:
(está assim)
A-B
C
(costaria que ficasse assim)
A
B
C
não sei como proceguir, quem puder me ajudar fico grato.
>
<table width="571" border="0" cellspacing="0" cellpadding="0">
<!-- BEGIN DYNAMIC BLOCK: cars_row -->
<tr>
<td height=4><img src="../img/spacer.gif"></td>
</tr>
<!-- BEGIN DYNAMIC BLOCK: car_row -->
<td width="274" align="left" valign="top" height="80">
<table width="274" border="0" cellspacing="0" cellpadding="0" height="80">
<tr>
<td width="80" align="center" valign="top" class="verdanaBlackSlim11" height="80" ><a href="{VIEW_LINK}"><img src="{PICTURE}" width="{THUMBNAIL_WIDTH}" border="1" style="border-color: #000000"></a><br>
<img src="../img/spacer.gif" height="5" width="80"><br>
<a href="{VIEW_LINK}" class="LinkStyle3">More Details</a></td>
<td width="185">
<table width="185" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="verdanaBlackSlim11" width="8"> </td>
<td class="verdanaBlackSlim11" width="177"><b>Year :</b> {YEAR}
</td>
</tr>
<tr>
<td class="verdanaBlackSlim11" width="8"> </td>
<td class="verdanaBlackSlim11" width="177"><b>Make :</b> {MAKE}</td>
</tr>
<tr>
<td width="8"> </td>
<td class="verdanaBlackSlim11" width="177"><b>Model :</b> {MODEL}</td>
</tr>
<tr>
<td width="8"> </td>
<td align="left" width="177" class="verdanaBlackSlim11"> <b>Price
:</b> <font class="verdanaRed">{PRICE}</font> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<!-- END DYNAMIC BLOCK: car_row -->
</tr>
<tr bgcolor="#000000">
<td width="571" height="1" bgcolor="#000000"><img src="../img/spacer.gif" width="1" height="1"></td></tr><!-- END DYNAMIC BLOCK: cars_row --></table>Discussão (4)
Carregando comentários...