My problem is my spacing, without it the article is all scrunched, but i havent found a way to do it automatically without doing
Code: Select all
<br><br>Heres an example:
http://www.cnn.com/2003/LAW/06/06/peter ... index.html
I want to have 2 spaces between the paragraphs on my articles, but i dont know exactly how.
I tried
Code: Select all
$thevar=str_replace("/n", "<br><br><br>", $thevar);