Guest Posted June 24, 2003 Posted June 24, 2003 Hi, Would it be possible to put new styles on this section in account.php: Line 93: <td class="ordersList" align="center" valign="top"><?php echo '<b>' . OVERVIEW_PREVIOUS_ORDERS . '</b><br>' . tep_image(DIR_WS_IMAGES . 'arrow_south_east.gif'); ?></td> Lines 107-113: <td class="ordersList"><?php echo tep_date_short($orders['date_purchased']); ?></td> <td class="ordersList"><?php echo '#' . $orders['orders_id']; ?></td> <td class="ordersList"><?php echo tep_output_string_protected($order_name) . ', ' . $order_country; ?></td> <td class="ordersList"><?php echo $orders['orders_status_name']; ?></td> <td class="ordersList" align="right"><?php echo $orders['order_total']; ?></td> <td class="ordersList" align="right"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT_HISTORY_INFO, 'order_id=' . $orders['orders_id'], 'SSL') . '">' . tep_image_button('small_view.gif', SMALL_IMAGE_BUTTON_VIEW) . '</a>'; ?></td> This is mine that has been changed to ordersList as it had the style "main" in place of ordersList. I usually set the main style padding 20 or so on the right and left sides to make the text look nice. If this is set to 20, for instance, the columns are pushed out if you have a store set at a fixed value like 780 pixels.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.