I have an image which I would like to follow with text to the right of it. I thought that a two column grid control would be useful for this but I would need to change the cell width so that the left cell was only 20% of the grid. By default it is 50/50.
I have managed to create my own 'grid' using divs and css using your html component and this displays ok, but then makes it difficult to add events using the visual editor.
Is it possible to change the width of the cells in the grid component?