graysonhobby Posted August 12, 2006 Share Posted August 12, 2006 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) Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted August 12, 2006 Share Posted August 12, 2006 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 More sharing options...
graysonhobby Posted August 13, 2006 Author Share Posted August 13, 2006 I use this on the following sitehttp://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 More sharing options...
Guest Posted August 13, 2006 Share Posted August 13, 2006 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 More sharing options...
graysonhobby Posted August 14, 2006 Author Share Posted August 14, 2006 Can you provide a link to your website? I would love to see how the graphics look outside of the box. Thanks! Mandy www.graysonhobby.com Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.