PicketyWitch
10-29-2005, 09:12 PM
If you can, could you please give me the coding for a text area where html shows up as I am really in need of it and cannot find it anywhere. Thank you very much!
|
View Full Version : Could someone please give me the coding for a text area where html shows up? PicketyWitch 10-29-2005, 09:12 PM If you can, could you please give me the coding for a text area where html shows up as I am really in need of it and cannot find it anywhere. Thank you very much! iTux 10-29-2005, 10:26 PM <textarea name="textarea"><your code in here></textarea> < is < > is > Douglas 10-29-2005, 11:03 PM uou dont need to change them to < and > when they are inside a textarea: <textarea><b></b></textarea> will have a textarea with <b></b> in it, you can also use <xmp>: <xmp> code will show<b></b> </xmp> |