birdbrain

msg:4391815 | 9:48 pm on Nov 28, 2011 (gmt 0) |
Hi there abushahin, margin-left:10px effects the position of the p element. To effect the text position within the p element use padding-left:10px. ;) birdbrain
|
lucy24

msg:4391853 | 11:52 pm on Nov 28, 2011 (gmt 0) |
And then go back and put it all in your CSS where it belongs ;) p.fuzzy {background-color:#F5F5F5; border-radius: 5px 5px 5px 5px; text-align:justify; padding-left:10px;} Why are there four values for border-radius? I'd expect two-- or just one, since they're the same. [w3.org...] If possible, also think about expressing your radius and padding in ems, since this may come out more consistent across different browsers with different user prefs.
|
abushahin

msg:4391856 | 12:52 am on Nov 29, 2011 (gmt 0) |
thanks guys! I tried that few weeks ago and it didnt work mustve been the caching on the browser! and thanks for the tip about consistency with ems! much appreciated.
|
|