Quote:
|
is there an easy way to put a indents (tabs... \t - I guess) at the beginning of each paragraph,
|
Code:
<p class="paragraph">
<?php
echo " "." $paragraph";
?>
</p>
Code:
p.paragraph{
text-indent:40px;
padding:1em .2em;
}
(Make sure that you have no
Divitis!)