This isn't so much of a feature request, as it is a request to remove cell padding in grid controls. When you place an atom in a grid, if the grid is small enough, you'll notice that there is a bit of padding to the left of the atom. I don't believe this is a case of the grid allocating extra space to cells in accord to the width of the grid, since it only shows this on the left side of atoms in a cell.
Example:
ID:133268
Dec 26 2008, 9:20 am
|
|
Dec 26 2008, 6:22 pm
|
|
It might be possible by changing the grid's style with CSS.
|
In response to Jeff8500
|
|
That could work if he was using the HTML img tag (and links), but atoms don't seem to be affected. *shrug*
|
In response to ACWraith
|
|
ACWraith wrote:
That could work if he was using the HTML img tag (and links), but atoms don't seem to be affected. *shrug* You can use the style parameter to set the margins to 0. This can be done just before outputting the atom to the cell (especially if it is meant just to affect some cells), or it can be done at design time. Lummox JR |
In response to Lummox JR
|
|
I've tried both with
<style>body {margin: 0px; margin-left: 0px; margin-right: 0px; padding: 0px;}</style> and a multitude of other styles at design time and similar settings at runtime. I can't get it to work. Have you personally removed these margins Lummox JR? |