wilcoHead
Programmer
- Feb 2, 2005
- 85
Okay, here is my problem.
I have a dynamic site.
My page is made up of 6 pages <CFIncludes>
So May main page:
home.cfm has CFincludes for the following:
----------------
Head_inc.cfm
----------------
This is where all of the HTML starts:
-----------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<META name="description" content="heine diagnostic medical instruments providing the medical industry with binocular indirect ophthalmoscopes, blood pressure, stethescopes, otoscopes, ophthalmoscopes, diagnostic Sets, Laryngoscopes, Blades, loupes for over 50 years.">
<META name="keywords" content="binocular indirect ophthalmoscopes, blood pressure, stethescopes, otoscopes, ophthalmoscopes, diagnostic Sets, Laryngoscopes, Blades, loupes">
<META name="summary" content="binocular indirect ophthalmoscopes, blood pressure, stethescopes, otoscopes, ophthalmoscopes, diagnostic Sets, Laryngoscopes, Blades, loupes">
<META name="Classification" content="binocular indirect ophthalmoscopes, blood pressure, stethescopes, otoscopes, ophthalmoscopes, diagnostic Sets, Laryngoscopes, Blades, loupes">
<META name="author" content="binocular indirect ophthalmoscopes, blood pressure, stethescopes, otoscopes, ophthalmoscopes, diagnostic Sets, Laryngoscopes, Blades, loupes">
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="0">
</head>
------------------
Then the other files:
Left.cfm
middle.cfm
------------------
right.cfm
------------------
This page is where I want the Russian text:
??????? ????????
--------------------------
footer.cfm
--------------------------
ends with:
</body>
</html>
-------------------------
So, I guess the question is?
Why is the "<META http-equiv="Content-Type" content="text/html; charset=utf-8">"
Not working? Is it because of the page sections being dynamic?
Please help.
Thanks,
Thanks for your input;
WilcoHEAD
I have a dynamic site.
My page is made up of 6 pages <CFIncludes>
So May main page:
home.cfm has CFincludes for the following:
----------------
Head_inc.cfm
----------------
This is where all of the HTML starts:
-----------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<META name="description" content="heine diagnostic medical instruments providing the medical industry with binocular indirect ophthalmoscopes, blood pressure, stethescopes, otoscopes, ophthalmoscopes, diagnostic Sets, Laryngoscopes, Blades, loupes for over 50 years.">
<META name="keywords" content="binocular indirect ophthalmoscopes, blood pressure, stethescopes, otoscopes, ophthalmoscopes, diagnostic Sets, Laryngoscopes, Blades, loupes">
<META name="summary" content="binocular indirect ophthalmoscopes, blood pressure, stethescopes, otoscopes, ophthalmoscopes, diagnostic Sets, Laryngoscopes, Blades, loupes">
<META name="Classification" content="binocular indirect ophthalmoscopes, blood pressure, stethescopes, otoscopes, ophthalmoscopes, diagnostic Sets, Laryngoscopes, Blades, loupes">
<META name="author" content="binocular indirect ophthalmoscopes, blood pressure, stethescopes, otoscopes, ophthalmoscopes, diagnostic Sets, Laryngoscopes, Blades, loupes">
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="0">
</head>
------------------
Then the other files:
Left.cfm
middle.cfm
------------------
right.cfm
------------------
This page is where I want the Russian text:
??????? ????????
--------------------------
footer.cfm
--------------------------
ends with:
</body>
</html>
-------------------------
So, I guess the question is?
Why is the "<META http-equiv="Content-Type" content="text/html; charset=utf-8">"
Not working? Is it because of the page sections being dynamic?
Please help.
Thanks,
Thanks for your input;
WilcoHEAD