'text' => '<table border="0" cellpadding="2" cellspacing="0" width="90%"><tr><td width="100%" align="center" style="border-style: solid; border-width: 1"><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $default_specials["products_id"]) . '">' . tep_image(DIR_WS_IMAGES . $default_specials['products_image'], $default_specials['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a><br><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $default_specials['products_id']) . '"><u>' . $default_specials['products_name'] . '</u></a><br>[ ' . $default_specials['products_model'] . ' ]<br><span class="oldPrice">' . $currencies->display_price($default_specials['products_price'], tep_get_tax_rate($default_specials['products_tax_class_id']), $default_specials['fr_currencies_id']) . '</span><br><b><span class="productSpecialPrice">' . $currencies->display_price($default_specials['specials_new_products_price'], tep_get_tax_rate($default_specials['products_tax_class_id']), $default_specials['fr_currencies_id']) . '</span></b></tr></td></table>');
hello again,
span class in this loop does not work, after i have changed the class name, the query result is same.