PDA

View Full Version : Special Characters



nickels
10-26-2010, 07:51 PM
Here is my problem. My page has this title:

<title>Test Results: 1997&ndash;1998 Through 2003&ndash;2004</title>

The search results look like:
Test Results: 19971998 Through 20032004

Is there something I am missing to get the &ndash; to appear in the results as a "-"?

Ray
10-27-2010, 12:00 AM
"&ndash;" isn't currently recognized. But you can use "–" which should work the same and be supported universally (it is just the numeric equivalent of the same tag).