<div id = "topParagraph"><p id = "topParagraph">text </p>
<p id = "paragraph2"> stuff</p></div>
I though <p> was used to indent. Heres a fiddle to.
You have to specifcy the text-indent style. p doesn't automatically indent, it just creates a new paragraph. Try:
#topParagraph {
text-indent: 10px;
}
Also shown in this fiddle: http://jsfiddle.net/7zybK/2/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With