View Single Post
  #4 (permalink)  
Old 10-16-2007, 11:55 AM
admin admin is offline
Administrator
 
Join Date: Sep 2006
Posts: 332
Default

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