Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Add Logos/Pictures in Left Column outside box


graysonhobby

Recommended Posts

I use this on the following site

http://painted4kids.hostexcellence.com/index_testarea.php

(column right image)

 

the padding of 8 is correct for my setup, you need to check how much you need.

I have also added borders to all boxes ... which you probably do not need, so the code below is without borders. Giveme a holler if you want borders ;-)

 

I created a new box file and call that like the otehr ones in my column_right.php

For external links, use target="_blank" and type in the url direct (no tep function)

 

<tr>

<td>

<?php

echo '<a href="' . tep_href_link(FILENAME_MEET_ARTIST) . '">' . tep_image(DIR_WS_IMAGES . 'kristin_neu.jpg', 'Kristin', BOX_WIDTH + 8, '') . '</a>';

?>

</td>

</tr>

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Link to comment
Share on other sites

I use this on the following site

http://painted4kids.hostexcellence.com/index_testarea.php

(column right image)

 

the padding of 8 is correct for my setup, you need to check how much you need.

I have also added borders to all boxes ... which you probably do not need, so the code below is without borders. Giveme a holler if you want borders ;-)

 

I created a new box file and call that like the otehr ones in my column_right.php

For external links, use target="_blank" and type in the url direct (no tep function)

 

 

Thanks Sweetie..

 

Im up and running!

Link to comment
Share on other sites

I want to add some logos that link to other sites , but I want them on the left hand column, but not in a box. (just below the last box on the left column)

 

Can you provide a link to your website? I would love to see how the graphics look outside of the box. Thanks!

 

Mandy

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...