I'll go against the grain and say that it's not a best practice to use entities (that is, the funky " things).
For starters, there's no browser-specific reason to use them--a browser doesn't need an entity to know that a " is a ". Perhaps some crazy text only browser made in 1988 might get confused by an uncommon character, but it's just as likely to get confused by an entity.
The only other reason to use them is if your text editor doesn't allow you to type a character directly. If this is the case, you'd probably be best off trying to get a better editor. (And if for some reason you're stuck with your editor, then I guess the decision is made for you.)
Also, see: http://stackoverflow.com/questions/4...-html-entities
__________________
Please login or register to view this content. Registration is FREE
I solve code problems, browser compatibility (including IE 6), Wordpress trouble, the works.
Last edited by Crimson; 10-22-2010 at 01:54 AM..
|