Hi I could a few things.
1. padding <--- try setting it 5px padding: 5px;
2. margin
3. border
remember that CSS is like a clock in the padding setting
So padding would have four sides or the same setting to for all sides.
Padding: 5px 5px 5px 5px; id the same as
Padding:5px;
Padding: |5px |5px |5px |5px;
|top |right |bottom |left
Cheers,
Brian
|