T T!ka :) New member Jul 20, 2009 #1 so that the code itself shows up so that people can copy/paste the code??
M mti2935 New member Jul 20, 2009 #2 One simple way to do this is to put the code inside a text area. For example: <textarea name=txtCode> <html> <body> <h1>example of html code inside text area</h1> </body> </html> </textarea>
One simple way to do this is to put the code inside a text area. For example: <textarea name=txtCode> <html> <body> <h1>example of html code inside text area</h1> </body> </html> </textarea>