PDA

View Full Version : Indenting


Mgkeeper
07-16-2002, 06:16 PM
Hi everybody,

I was wondering how you indent things in HTML

Thanks

Vladdy
07-16-2002, 06:52 PM
<div style="padding-left: 20px">
place indented HTML here
</div>

for the first line indents:
<p style="text-indent:20px">
Only first line will be indented
</p>

Mgkeeper
07-16-2002, 07:01 PM
Hey,

Thanks alot Vladdy, that really helped me:) :thumbsup: