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
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 |
![]() Oct 31 2014, 11:12 am
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'.
|