Here is my css code:
.xbody { text-indent: 0px; }
.xheader { text-indent: 8px; }
And here is the html code:
<div class="xbody">
<div class="xheader">
<p>This is the first paragraph in the header.</p>
<p>This is the second paragraph in the header. There should be
no margin or space between this paragraph and the first one.</p>
</div>
<p>This is the first paragraph in the body.</p>
<p>This is the second paragraph in the body. Normal paragraph margin/spacing should apply.</p>
</div>
And here is how the result should appear:
This is the first paragraph in the header. This is the second paragraph in the header. There should be no margin or space between this paragraph and the first one. This is the first paragraph in the body. This is the second paragraph in the body. Normal paragraph margin/spacing should apply.

New Topic/Question
Reply



MultiQuote





|