RE: [help]Padding and moving objects
Padding essentially creates a gap between surrounding content and the item to which you are adding padding to.
Use in a definition file:
padding=rect(w,x,y,z)
Use in a style file:
padding:rect(w,x,y,z);
Where:
w = padding in pixels from the left
x = padding in pixels from the top
y = padding in pixels from the right
z = padding in pixels from the bottom
This post was edited on 01-06-2008 at 01:33 PM by Volv.
|