RE: Php code for inserting a Marquee in the header.php
amoun <[email protected]> 13 Sep 2003 22:02:07 -0000
| Newsgroups | gmane.comp.web.oscommerce.general |
|---|---|
| Message-ID | <1d163d6cde48b9c2ad10332205578584@osCommerce-Forums> |
This message was sent from: General Support http://forums.oscommerce.com/viewtopic.php?p=229071#229071 ---------------------------------------------------------------- you shouldn't need php to do it. If you can find where the image is you can just replace it with html coding. line 57 gives you a clue <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'ecokidzheader1.gif', 'E c o K i d z') . '</a>'; ?></td> for example try puting any code straight after the <td valign="middle"> such as <p> hello </p> roger