<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
Also shown in this fiddle: http://jsfiddle.net/7zybK/2/ |
|||
|
|
|
If you want the text to indent, you need to set the "text-indent" style for the paragraph(s). In your style sheet you can set
or, for both
|
|||
|
|