Page is a not externally linkable
Nick_W - 5:52 pm on Jun 18, 2002 (gmt 0)
If you have 2 divs and want 1px space between them you might do something like this: .yourdivs { It's probably not such a good example as I don't know your situation but maybe that helps just a little? Nick
Well, there's no such thing really. You need to use padding and margin on elements.
margin: 1px;
}