Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need "nowrap" on a table column


Guest

Recommended Posts

1. I have adjusted my osC home page to use cPath=21 by default - making the /includes/modlues/product_listing.php the default layout.

 

2. I have replaced the 'Model' field with a 'date' field (in name only) and am sorting the layout in asc order using that column (p.product_model - which is actually my date).

 

Take a look here http://www.biotech-calendar.com/catalog

 

Notice in the Date field how the last two digits of the dates are getting pushed (wrapped) down to the next line for each entry.

 

Where can I insert a NOWRAP command to effect that column so the dates do not wrap? I believe this table is dynamically generated and have no idea where to put this command in to the code.

 

Using latest version - MS2

 

TIA

Kevin Mc.

Link to comment
Share on other sites

I just removed the   spacer which occurred at the beginning of all of the date fields and that was all I needed ...

 

If someone knows where to insert a NOWRAP -- that would seal the deal for me.

 

Thanks!

Link to comment
Share on other sites

I just removed the   spacer which occurred at the beginning of all of the date fields and that was all I needed ...

 

If someone knows where to insert a NOWRAP -- that would seal the deal for me.

 

Thanks!

 

nowrap you do within the <td nowrap> tag

Treasurer MFC

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...