Hello all, anyone is familiar with html text indent? I know that { text-indent: px; } only works on the first line of a <p> or any block element. But is the way to get a text to continue indenting on all the lines. below is what I want my text to display like: First Item (First Item with larger font). bla bla bla bla bla bla bla bla Wrap and indent bla bla bla bla bla bla bla blaWrap and indent Second Item (second Item with larger font). bla bla bla bla bla bla bla bla Wrap and indent bla bla bla bla bla bla bla blaWrap and indent Thanks
padding will apply to the beginning of the paragraph as well. I need to have the indent or padding applied to all the lines of the paragraph. Any idea? thanks