Hi i just installed oscommerce and needed to make major changes. However i am not skilled in php programming.
I managed to change the images to what i want, except for "heading_02.jpg"
I want it as a BACKGROUND IMAGE instead of just image.
I have no idea how to get it done. Please help....
this is how my current code looks like:
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr class="header">
<td width="575" height="279" valign="bottom"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'heading_01.jpg', 'Header') . '</a>'; ?></td>
//this is the part that need to be changed into BACKGROUND IMAGE//
<td height="279" valign="bottom"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'heading_02.jpg', 'Header') . '</a>';?></td>
<td width="72" height="279" valign="bottom" > <?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'heading_03.jpg', 'Header') . '</a>'; ?> </td>
</tr>
</table>