will32 Posted November 11, 2005 Share Posted November 11, 2005 Hi, I would like to knoe how can i add a gif image next to my logo header on the top of the home page. I have replaced the osCOmmerce logo with my own logo. I looked at the filr header.php and want to know how can i add the code to call foe another gif image next to the logo; <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr class="header"> <td valign="middle"><?php echo '<br><div align="center"><a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'my logo.gif', '') . '</a></div><br>'; ?></td> </tr> </table> i would like to know what kind of code to put in the above file to call another image, so it is next to my logo. Please help me. I have no idea how to write php ot html code. Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.