View Single Post
  #2  
Old 09-16-2004, 07:04 AM
  frankdux's Avatar 
frankdux frankdux is offline
 

Senior Member
  
Join Date: Jul 2004
Location: Manchester, NH, USA
Posts: 125
 

Default

You could just use a table as follows:

Code:
<table width="100%" border="0" cellspacing="0" cellpadding="5"> <tr> <td>label status code here</td> <td>status of orders code here</td> </tr> </table>

You would just have to be able to identify which code (that includes a template or language variable) is producing "label status" and "status of orders".
__________________
X-Cart: 4.0.18
Linux, Apache, MySQL: 4.1.16, PHP: 4.4.2
Reply With Quote