Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product listing in CSS container?


Guest

Recommended Posts

Posted

In my CSS I have a container defined as follows:

 

#container #content { overflow: auto; height: 375px; width: 550px; text-align:justify;}

 

I'd like to put product_listing.php IN this container, but I'm unsuer where to place the <div id="content"></div> I've tried putting it around the whole product_listing.php file and in the index.php around, so far nothing works?

 

<tr>

<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

</tr>

<tr>

<td><?php include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING); ?></td>

</tr>

</table></td>

 

An example in normal html is here: http://www.art-infernal.com/test/store.html if you see the CSS you will see all the goods are in a container.

 

Any help would be very appreciated...

Posted
In my CSS I have a container defined as follows:

 

#container #content { overflow: auto; height: 375px; width: 550px; text-align:justify;}

 

I'd like to put product_listing.php IN this container, but I'm unsuer where to place the <div id="content"></div> I've tried putting it around the whole product_listing.php file and in the index.php around, so far nothing works?

 

<tr>

<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

</tr>

<tr>

<td><?php include(DIR_WS_MODULES . FILENAME_PRODUCT_LISTING); ?></td>

</tr>

</table></td>

 

An example in normal html is here: http://www.art-infernal.com/test/store.html if you see the CSS you will see all the goods are in a container.

 

Any help would be very appreciated...

 

Can anyone please help? If I can't do this in my page I might have to drop OSCommerce which I'm loathe to do.

Archived

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

×
×
  • Create New...