|
Margin = outside
border=in the middle (going around edge of box)
padding = inside
content = where the text goes..? :S
I am trying to make the text center both vertically and horizontally
ill try vertical-align and horizontal-align then?
Edit: Fixed using a hack
add line-height and make it the same size as your box i.e. my box was height:30x; so line-height is line-height:30px;
Last edited by UUilliam; 06-01-2010 at 05:51 PM..
|