Ynkryggen Posted March 19, 2006 Posted March 19, 2006 Hi folks, So, I wanna add an own image under the informationsbox to the left. Have anybode done that and want to share their code with me? Thanks in advance!
MrMcauber Posted March 19, 2006 Posted March 19, 2006 To do this I would open catalog/includes/column_left.php then right at the bottom after... require(DIR_WS_BOXES . 'information.php'); ?> I would add in the html code needed for your image, i.e : <img src="your_image.jpg" /> Hi folks, So, I wanna add an own image under the informationsbox to the left. Have anybode done that and want to share their code with me? Thanks in advance!
genuckols Posted March 20, 2006 Posted March 20, 2006 To do this I would open catalog/includes/column_left.php then right at the bottom after... require(DIR_WS_BOXES . 'information.php'); ?> I would add in the html code needed for your image, i.e : <img src="your_image.jpg" /> Did I miss something? When I tried this it put the image at the top of the column. What do I add to make it go to the bottom?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.