LukosAnthropos Posted April 18, 2006 Share Posted April 18, 2006 Hi Im not sure if this comes under html, mysql or php help, Im inputting some html into a text area, for it to be retrived later and processed as html however, whenever i do this there are a couple of problems, mostly with the fact that < and > are retrieved as > and < anyone know a way arround this? Quote Link to comment https://forums.phpfreaks.com/topic/7688-html-formatted-text-inside-textarea/ Share on other sites More sharing options...
Ninjakreborn Posted April 20, 2006 Share Posted April 20, 2006 The html pre allows the text you input to remain unchanged, which allows you to input html, to where it can be viewed. It sets preformatted text like<pre><b>Welcome</b> to the <del>wonderful</del><ins>great</ins> world of php</pre>if you types it without the pre tags the welcome would be bold, wonderful would be crossed out with great beside it, instead it will print out exactly as you see it when you use the pre tags. Quote Link to comment https://forums.phpfreaks.com/topic/7688-html-formatted-text-inside-textarea/#findComment-29040 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.