NetGiaco Posted March 19, 2005 Share Posted March 19, 2005 >_< Hello, I have been trying to add an image to the left or right column without prevail. I don?t want the images in boxes. I would like them below the boxes or insert the between boxes. Can someone help me with this. Much appreciation in advance. Thanks Link to comment Share on other sites More sharing options...
peterr Posted March 19, 2005 Share Posted March 19, 2005 Hi, You should be able to just add the image to either: /includes/column_left.php OR /includes/column_right.php just be sure the image width is not wider than the column with, and place the image within a TR/TD Peter Link to comment Share on other sites More sharing options...
Jack_mcs Posted March 19, 2005 Share Posted March 19, 2005 >_< Hello, I have been trying to add an image to the left or right column without prevail. I don?t want the images in boxes. I would like them below the boxes or insert the between boxes. Can someone help me with this. Much appreciation in advance. Thanks <{POST_SNAPBACK}> The problem is with adding html to a php file. You have to tell it you are switching modes. Try this:?> <tr> <td> <img src="images/some_image.gif" alt="some_text"> </td> </tr> <?php If you place it after the last ?> in the file, then don't use the php tags I've shown. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.