Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Using multiple options with $lc_align


ianric

Recommended Posts

Posted

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

Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...