Forum Moderators: mack

Message Too Old, No Replies

CSS Div margin inside

Move text away from border

         

HeadBut

4:56 pm on Aug 21, 2006 (gmt 0)

10+ Year Member



margin-left doesn't seem to move the text inside a div. Is there a way to move all the text away from the left border?

Thanks

celgins

5:04 pm on Aug 21, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Try: padding-left:#px

HeadBut

5:13 pm on Aug 21, 2006 (gmt 0)

10+ Year Member



That did it. Two DIV's also worked. I think the padding is probably better

Many Thanks!

silk

7:28 am on Aug 26, 2006 (gmt 0)

10+ Year Member



Padding-left is exactly what you need.

Margin-left:somevalue moves your DIV somevalue left of its neighbour element.

...so margin works OUTSIDE divs....padding inside :-)

Bless!