Hi,
I have padding=5; defined in my style but what I want to do is have, say 5 px above and below the text but 15 to the left of it.
I tried padding =15,5,5,5; and padding 15 5 5 5; (with and without adding px) but just cant get it to work
Looking at http://www.solomon.ie/test/ what I want to do just move the text a but further away from the browser LHS.
I tried just adding a few spaces before the text but then the "for" in "Our Terms and Conditions for this site" didnt align corectly.
What is the correct syntax for specifying padding and what order are the values in,ie left, top,right,bottom or what?
Many thanks,
Kevin