Whenever I put an image to a CCK page I made and convert it into table with table wizard, it does not appear.
Is it really not supported or did I do something wrong?
Whenever I put an image to a CCK page I made and convert it into table with table wizard, it does not appear.
Is it really not supported or did I do something wrong?
Comments
Comment #1
mikeryanWhat image module are you using? How is the CCK table for storing the image data defined? Presumably it contains a text filename field - Table Wizard has no way of knowing that the text value in the database table represents an image, so will not do anything special with it (just display the text in the field).
Comment #2
mikeryan