Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Additional Image Code


techwizard

Recommended Posts

Here's the situation...

 

I'm using this code here

 

<tr>

<td>

<?php echo '<a href="http://www.yourdomain.com" target="_blank">' . tep_image('images/image.gif') . '</a>';

?>

</td>

</tr>

 

to build a column on the right side. I don't know of a better way to do it. What do I have to do in order to add a link underneath the image so I can continue with another image?

 

For example, I have three links that need to be added. I tried using <br> and it does not work so what code would I use in order to add an image then continue until I am finished with adding the rest of them? Hope that makes sense.

 

Any help is greatly appreciated!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...