Example:
![](http://www.byond.com/members/Vermolius/files/buildTower.png%3E%3Cbr/%3E%3Cfont%20size%20=%201%3E(You%20can%20see%20what%20I%20mean%20in%20the%20little%20mini-viewer%20at%20the%20top-left%20of%20the%20image.%20There%20is%20only%20padding%20to%20the%20left.)%3C/font%3E%3Cbr/%3E%3Cbr/%3EI've%20tried%20quite%20a%20few%20things%20to%20get%20rid%20of%20this%20'padding',%20to%20no%20avail.%20If%20there%20is%20a%20solution,%20and%20you%20know%20it,%20please%20advise,%20otherwise...%3Cbr/%3E%3Cbr/%3EIs%20it%20possible%20to%20remove%20this%20padding?%20I%20request%20that%20it%20be%20removed%20as%20I'd%20only%20like%20to%20display%2032x32%20cells%20and%20the%20grid-lines,%20I%20would%20rather%20not%20have%203-4%20pixels%20extra%20per%20cell.)
ID:133268
![]() Dec 26 2008, 9:20 am
|
|
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: ![]() |
![]() Dec 26 2008, 6:22 pm
|
|
It might be possible by changing the grid's style with CSS.
|
That could work if he was using the HTML img tag (and links), but atoms don't seem to be affected. *shrug*
|
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 |