Forum Moderators: open
Unless you are using windows os, in which case there can be some weird font setting from Office or anywhere that is overriding the browser.
Also check your doctype- avoid <!xml at the top of the page if you want IE to use as much css as it can.
If you can't figure it out :-
Create a minimal page. Include the doctype and charset but omit from the <head> all the keywords, descriptions, and other site/page specific stuff. Add a couple of lines of <body> text including all the characters that you know aren't displayed correctly.
Finally, post the source code of the page here.
Kaled.
This is really weird. This only occurs on my home page, every page on my site has the exact same information contained in the head (with the exception of title, keywords & description) but the question marks do not appear, the appropriate ' does.
Could there be anything in my new CSS or some erroneous HTML tag somewhere causing this?
I will continue to comb through the HTML
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> Where ISO-8859-1 should be replaced by your charset if you are using a non-English charset or UTF-8.
You can also check the charset seen by the browser: in Firefox you can press Ctrl + I and it will be listed under "Encoding", in IE you can check the encoding in the top menu.
Here is the text at the top of the page (without keywords etc)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="chrome.js">
/***********************************************
* Chrome CSS Drop Down Menu- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at [dynamicdrive.com...] for full source code
***********************************************/
</script>
</head>
I had mentioned i changed my site, which worked fine before. I added a java navigation menu and I noticed in the sample for this java menu the DOCTYPE is different. Could that be an issue.
Also, I have attempted to validate my HTML and errors are preventing online validation. Does anyone know of a useful HTML editor for idiots?
Thanks
here is the deal:
I was creating my content in a Word 2003 document and then pasting that content into the notpad where the HTML is.
For some reason, when I do this the apostrophies and quotes turn into question marks in the browser view. However, if type directly into the notepad the apostrophies and quotes appear as they should.
I am not sure why it happens, I just know it happens.
thanks dudes
When I start from a Word document source, I usually save it as a .txt file, close, and then re-open before I copy.