View Single Post
  #2 (permalink)  
Old Jul 1st, 2007, 10:09
delusion delusion is offline
Reputable Member
Join Date: Jun 2007
Location: Bellevue, SK, Canada
Age: 29
Posts: 222
Thanks: 0
Thanked 0 Times in 0 Posts
Re: unable to set padding

did you try this?
Code: Select all
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
Reply With Quote