Guest Posted June 28, 2004 Posted June 28, 2004 I haved installed allmanufactureres contribution which displays the manufacturers image for each each manufacturer. http://needlepointbackbay.com/allmanufacturers.php I would like the name to appear below the image. THis is the current code echo '<td align="center" valign="top" width="25%" class="smallText">'; echo '<a href="' . tep_href_link(FILENAME_DEFAULT, 'manufacturers_id=' . $manufacturers['manufacturers_id'] . '=' . $manufacturers['manufacturers_name'], 'NONSSL', false) . '">' . tep_image(DIR_WS_IMAGES . $manufacturers['manufacturers_image'], $manufacturers['manufacturers_name']) . "</a><br><br>\n"; echo '</td>'; I do not understand why the name does not appear below the image. I think this code call for the name. TIA Tom Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.