HTML help needed

Mucho

Guest
Oct 20, 2001
8,231
2
0
The HTML code for quotation is: &_q_u_o_t_; without the underscore separating each characters of course. How do I display code without the underscore?
 

Mucho

Guest
Oct 20, 2001
8,231
2
0
I dont want to display the quotation symbol eg. " I want the actual code to display: &_q_u_o_t_;
 

xtknight

Elite Member
Oct 15, 2004
12,974
0
71
Originally posted by: Mucho
I dont want to display the quotation symbol eg. " I want the actual code to display: &_q_u_o_t_;

Using this works in my browsers:
 

troytime

Golden Member
Jan 3, 2006
1,996
1
0
Originally posted by: xtknight
Originally posted by: Mucho
I dont want to display the quotation symbol eg. " I want the actual code to display: &_q_u_o_t_;

Using this works in my browsers:

using the entity for the & will work

or you can use xmp tags

 

troytime

Golden Member
Jan 3, 2006
1,996
1
0
bah, even code view screwed up the xmp example

<xmp> with the & q u o t ; </xmp>

it also works great for dumping an entire array into a readable format!
 

xtknight

Elite Member
Oct 15, 2004
12,974
0
71
xmp? Interesting, I've never heard of that. When did that tag come about being standard?