Hey. I am thinking of a way to do this. I have a string replace on /n so it will convert to <br> well the is a problem if the customer wants to edit the page again it will display the <br> and if they submit it again it runs through Htmlspecialchars so it will convert the <br> to ascii and then add another <br> in there! So how can I make it look to see if it says <br><br> and if it does then do a replace on it to <br>? Would I use the String Replace again? But where would I put it? I am thinking after it converts the /n to a <br>. That way it will have both <br><br> if its there. Ok any thoughts would be nice. Thanks! Also read my other question if your a FTP buff. 🙂 Thanks!
Chad R. Smith