![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Wierd character appearing in IE
I am developing a site in Dreamweaver CS3 with the home page as index.html and
the back pages in .php. There's a character (capital A with a carrot ^ over the A) that shows up in different places on different days on the index.html page whenever I view it on the remote server and my computer's localhost - IE only. I have read that the UTF-8 may have something to do with this. The character is not replacing anything...it just appears here, then there. Can anyone tell me what's causing this to happen? |
|
|||
|
Re: Wierd character appearing in IE
|
|
|||
|
Re: Wierd character appearing in IE
Murray,
Thanks, I completely forgot to validate. Okay, I cleaned up the problems but the validator says: " No Character Encoding Found! Falling back to UTF-8." I DO have UTF-8. Here, I'll copy and past the code from the top of my page: <meta http-equiv="-Type" content="text/html; charset=utf-8" /> As you know, this is automatically inserted by Dreamweaver. Still, even after cleaning up the page and getting my congratulations from WC3, the unwanted character still remains within the page. Any other suggestions? |
|
|||
|
Re: Wierd character appearing in IE
Hi.
You have an error in the line which set the caracter encoding: Change this: <meta http-equiv="-Type" content="text/html; charset=utf-8" /> For This: <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> As you can see you have eaten "Content" Miguel. "GmawT" <webforumsuser@macromedia.com> escribió en el mensaje de noticias news:g67vfa$s7i$1@forums.macromedia.com... >I am developing a site in Dreamweaver CS3 with the home page as index.html >and > the back pages in .php. There's a character (capital A with a carrot ^ > over > the A) that shows up in different places on different days on the > index.html > page whenever I view it on the remote server and my computer's localhost - > IE > only. > > I have read that the UTF-8 may have something to do with this. The > character > is not replacing anything...it just appears here, then there. Can anyone > tell > me what's causing this to happen? > |
|
|||
|
Re: Wierd character appearing in IE
Miguel,
You found it! Thank you, thank you. I have no idea how "I" omitted the word "Content" from that line of code...I just didn't see it. I must have done it withing the last couple days as that's when the strange character started showing up. I looked at the rest of my pages and they are correct. Again, thank you for finding the problem. |
|
|||
|
Re: Wierd character appearing in IE
You are welcome.
"GmawT" <webforumsuser@macromedia.com> escribió en el mensaje de noticias news:g68eaa$hlo$1@forums.macromedia.com... > Miguel, > > You found it! Thank you, thank you. > > I have no idea how "I" omitted the word "Content" from that line of > code...I > just didn't see it. I must have done it withing the last couple days as > that's > when the strange character started showing up. > > I looked at the rest of my pages and they are correct. > > Again, thank you for finding the problem. > > |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|