Help with CSS? Anyone.
Author
Discussion

nsmith1180

Original Poster:

3,941 posts

201 months

Wednesday 17th February 2010
quotequote all
Is there a CSS command to indent every line by about 3 or 4 pixels? Im building a template for a website and cant get the text away from some images I have used to background the DIV tags.

Please anyone who can help!

JohnnyPanic

1,282 posts

232 months

Wednesday 17th February 2010
quotequote all
Hard to say exactly without seeing the code but depending on what elements you apply them to your options are:

margin-left:3px
text-indent:3px
padding-left:3px


nsmith1180

Original Poster:

3,941 posts

201 months

Wednesday 17th February 2010
quotequote all
JohnnyPanic said:
Hard to say exactly without seeing the code but depending on what elements you apply them to your options are:

margin-left:3px
text-indent:3px
padding-left:3px
THANK YOU MY HERO