Before posting I looked at that example and tried placing it there, but it didn't work.
If I put this code:
$structure['title'][] = array('image' => 'images/radicore.jpg',
'imagewidth' => 84,
'imageheight' => 45);
the image is displayed, but with this:
$structure['multi1']['fields'][6][] = array('image' => 'images/radicore.jpg','imagewidth' =>30,
'width' => 20, 'align' => 'center','x'=> 5
);
the image isn't displayed
could it be that the 'image' doesnt work with multi?
[Updated on: Fri, 07 November 2008 06:18]
Report message to a moderator