SMGames
07-22-2007, 04:01 PM
Hi i used the <pre></pre> tags so when the user writes a blog and presses enter, it will create a break, however when they type and the text automaticaly goes under neith it counts it as one line whic streches the page.
I have come up with this idea:
<?php
echo str_replace("<br>"," *SOMTHING HERE* ","$row['blog']");
?>
also if thats right, what will go where SOMETHING HERE is and is the $row['blog'] correct.
I have come up with this idea:
<?php
echo str_replace("<br>"," *SOMTHING HERE* ","$row['blog']");
?>
also if thats right, what will go where SOMETHING HERE is and is the $row['blog'] correct.