audi2k Posted June 8, 2004 Share Posted June 8, 2004 I just recently replaced my header logo, but now I can't find out how to center it? Can anyone help me here? Link to comment Share on other sites More sharing options...
bluepony Posted June 8, 2004 Share Posted June 8, 2004 Add the center alignment on the table column in catalog/includes/header.php: <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td> to <td align="center" valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td> I'd rather be flying! Link to comment Share on other sites More sharing options...
audi2k Posted June 8, 2004 Author Share Posted June 8, 2004 thanks it worked! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.