Hi, I'm just need to know how to indent every line of text. It's on top of an image so padding doesn't work. Thanks,Misha
Hi Misha you need to use the text-indent css property, something like this... The css code above will indent your paragraphs in your html.
But that indents every paragraph. How do you make it so there is no space between the lines and they're indented.