sundri 2007-03-27 17:11 | i want to display products in a list form row by row
for example:
Product List ========= Product1 desc Product2 desc etc
<!-- BEGIN LIST_LIST --> <td>
<table width=100%> <tr> <td> <div><a href='?p=productsMore&iProduct=$aList[iProduct]'>$aList[sName]</a></div> </td> <td> <div align="left"> $aList[sDescriptionShort] </div> </td> </tr> </table>
</td> <!-- END LIST_LIST --> <!-- BEGIN FORMATTED_STANDARD_PRICE -->
<!-- END FORMATTED_STANDARD_PRICE -->
<!-- BEGIN FORMATTED_SPECIAL_PRICE -->
<!-- END FORMATTED_SPECIAL_PRICE -->
but the desc are always align right even if i write <td align="left">
i dunno..??
» Quick.Cart v1.x |
 2007-03-28 10:56 | sundri - check that td dont have align to right ? edit css styles and check |
sundri 2007-03-28 14:41 | that does not do the trick..
i notice that the product name is align left but not the desc..
i was wondering if i tried, <tr colspan="2"> but which file is the <tr> tag...?
any way to align it to the left will do..
|
abuoyoon 2007-04-12 19:26 | some one can help ??
i want to do the same ... |