Thread: CSS padding
View Single Post
  #3 (permalink)  
Old 09-25-2009, 10:40 AM
ishkey's Avatar
ishkey ishkey is offline
Moderator
 
Join Date: Aug 2007
Location: North GA USA
Posts: 1,776
ishkey will become famous soon enough
Default

Syntax: padding: <value>
Possible Values: [ <length> | <percentage> ]{1,4}
Initial Value: 0
Applies to: All elements
Inherited: No
The padding property is a shorthand for top, right, bottom, left

or in your html use without the quotes and spaces " & n b s p; "
is's a "no-break space no-matter which character set you use.
or use for charset UTF-8 which REQUIRES " & # 160; "
I didn't see any problem when I looked.
__________________

Consultant - Programmer - WebMaster
cleandeck - lawn mower undercoating
wilmargraphite - graphite lubricants

Last edited by ishkey; 09-26-2009 at 09:15 AM.
Reply With Quote