View Single Post
Old 12-04-2012, 03:40 PM   PM User | #10
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,680
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
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!)
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Users who have thanked abduraooft for this post:
Eggweezer (12-04-2012)