does anyone know where i can get a reference document that will tell me what all the HTML codes are for weird chars like & = & etc? like ", all that stuff?
[Resolved] html codes for tab? single quote? curly quote?
thanks guys, but i couldn't find a tab char in there anywhere! does this notion exist in html?
also, a POX on webmonkey! those popups are so irritating.
no tabs in html.
Originally posted by sneakyimp
thanks guys, but i couldn't find a tab char in there anywhere! does this notion exist in html?
Two clicks away from yelvington's link is http://www.w3.org/TR/REC-html40/struct/text.html#whitespace
You'd be forced to use <pre> or javascript I guess. <disclaimer>I didn't try the code to see if it actually works</disclaimer>
Stylesheets would be preferable if you wanted to render the things....
you guys rock, thanks!