Hi !
I've got a little problem with the management of an image gallery (field image + field X and typo) in my content : i would like to order the thumbnails in 2 columns on the right, with the main content (text) floating on the left of the thumbs.
I tried with a position override (of the mainbody.php), but did not succeed. I can only get different field, and show them in a certain order.
So my question is : is it possible to do such a thing with a position override, and if not, how can i do (css maybe ?) ?! :)
And another question : when i do a "echo $cck->thumb1('field_name')", i get an output with the 'image_field", but nothing using 'field_x' : is it "normal" ? Where are stored the thumb of the 'field_x' ? Same with the getvalue : got the output "Array" with the 'field_x', and the url of the picture with the 'image_field'.....
Thanks !