English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am trying to enter an html form in my blog. to show people the form; however, it is not working. Every time i publish it, it becomes a password field with a submit button. How do i keep it just text?

2007-03-13 12:14:29 · 2 answers · asked by SupraTTHeaven 2 in Computers & Internet Programming & Design

2 answers

Use the HTML unicode language to post your HTML brackets.
If you want the <> to display not as HTML tag then use & lt ; or & gt ; so < b > is & lt ; b & gt ; (remove all spaces between) or &#number; instead where "number" is replaced with the ASCII equivalent. Look up ASCII table representation for the right number code (& # 149 ; is equal to a bullet). (remove all spaces between the & and # and 149 and ;)

2007-03-13 15:34:43 · answer #1 · answered by ◄|| G ||► 6 · 0 0

This doesn't work for you?:





2007-03-13 19:40:59 · answer #2 · answered by solitaryfalcon 2 · 0 0

fedest.com, questions and answers