ianric Posted October 26, 2006 Posted October 26, 2006 Hi I would like text in product_listing to be vertically aligned at the top left of the cell but can't get it to work. I have tried concatenate as below. I keep changing bits but the layout can be seen here $lc_align0 = 'top'; $lc_align1 = 'valign=top'; $lc_align = $lc_align0 . $lc_align1; but in the source it show up as <td align="top valign=top" class="productListing-data"> I Would like it to show as <td align="top" valign="top" class="productListing-data"> hope some code wiz will help me. Thanks Ian
ianric Posted October 27, 2006 Author Posted October 27, 2006 Hi I would like text in product_listing to be vertically aligned at the top left of the cell but can't get it to work. I have tried concatenate as below. I keep changing bits but the layout can be seen here $lc_align0 = 'top'; $lc_align1 = 'valign=top'; $lc_align = $lc_align0 . $lc_align1; but in the source it show up as <td align="top valign=top" class="productListing-data"> I Would like it to show as <td align="top" valign="top" class="productListing-data"> hope some code wiz will help me. Thanks Ian Bump.. Please, someone must know
Recommended Posts
Archived
This topic is now archived and is closed to further replies.