Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Replace Image in Index.php with Text?


pauseisabove

Recommended Posts

Posted

The site is http://techdatasys.com

 

A guy tried to help earlier and I dont think he understood the question which is my fault for not explaining. Sorry about that. Let me try again :)

 

on my home page I am having to display the text as an image as it is referencing the following line of code

 

<table border="0" width="100%" cellspacing="0" cellpadding="0" class="az_pageheading_main">

<tr>

<td><?php echo tep_image(DIR_WS_TEMPLATE_IMAGES . 'az_main_pic.gif'); ?></td>

</tr>

</table>

 

The az_main_pic.gif is the image I am trying to replace with text. How do I go about adding text where the current image is (You can see it at the website above for an example)

 

Can I simply reference another line of code or is there quite a bit of coding involved. Any help would be greatly appreciated. Thanks

Posted
Can I simply reference another line of code or is there quite a bit of coding involved. Any help would be greatly appreciated. Thanks

If you want to add text to that one page only you should be able to simply remove the line of php and start typing.

 

<table border="0" width="100%" cellspacing="0" cellpadding="0" class="az_pageheading_main">

<tr>

<td>Add text here.</td>

</tr>

</table>

Thanks

Worldpar

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...