Guest Posted December 2, 2004 Posted December 2, 2004 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.
Guest Posted December 2, 2004 Posted December 2, 2004 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!
boxtel Posted December 3, 2004 Posted December 3, 2004 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! <{POST_SNAPBACK}> nowrap you do within the <td nowrap> tag Treasurer MFC
Guest Posted December 3, 2004 Posted December 3, 2004 nowrap you do within the <td nowrap> tag <{POST_SNAPBACK}> Of this I am aware -- but the table is built from an array and I am not sure where I can put such a tag into the code (which file? .. where?) Thanks.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.