Proenski Posted March 18, 2007 Posted March 18, 2007 I tried to place an image inside a (custom made) box: <?php $info_box_contents = array(); $info_box_contents[] = array('text' => 'Your host'); new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('align' => 'center', echo "<img src="foto.jpg".img"> 'text' => 'Mister X'); new infoBox($info_box_contents); ?> But since I'm not a PHP expert I miserably failed... who helps me out??
Proenski Posted March 18, 2007 Author Posted March 18, 2007 Never mind I got it, overlooked a small thing :blush:
wayalive Posted March 26, 2007 Posted March 26, 2007 Never mind I got it, overlooked a small thing :blush: Hey, I'm working on something similar... Could you please post your working code?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.