Please check out my new site, www.forumdetector.com Look at the left side of the footer. Why are their symbols instead of normal spaces between my words?
Its a character set problem (change encoding in your browser to ISO8859 and it'll go away)... To fix, many ways. Simple one is add this to .htaccess file in document root of website: php_value default_charset "ISO-8859-1"
i got an error that says I cant do this in htaccess and I must use php.ini file. Never dealth with a php.ini file so I will need some help in setting up a php.ini file...
It's either a charset problem (try changing the character set of the page to content="text/html; charset=ISO-8859-1" ) or just remove the ?s and put   in their place.