ID:1710117
 
Keywords: grid, image, text
(See the best response by Mr_Goober.)
Code:
        world<<output("<img class=image img src=['multi.png']>TEXT","grid:2,")


Problem description:I'm making a grid, it will be a picture and a text, but the text is getting on top of the image

Best response
Grids only support either an image, an atom (with a name), or text PER CELL. This is probably a bug. If it can be helped, separate the text to another cell. What may also be happening is that you are setting the background of the cell using CSS, in which case backgrounds are not 'solid'.