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.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-23-2008, 08:06 PM
GmawT
 
Posts: n/a
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?

Reply With Quote
  #2 (permalink)  
Old 07-23-2008, 08:23 PM
John T Smith
 
Posts: n/a
Re: Wierd character appearing in IE

I think you need to post a site address/link so the Gurus here (I am not one) may look at your actual code
Reply With Quote
  #3 (permalink)  
Old 07-23-2008, 08:40 PM
GmawT
 
Posts: n/a
Re: Wierd character appearing in IE

Okay. here is the link. www.gmawscrib.com Thanks, John.

GmawT
Reply With Quote
  #4 (permalink)  
Old 07-23-2008, 10:34 PM
GmawT
 
Posts: n/a
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?

Reply With Quote
  #5 (permalink)  
Old 07-23-2008, 11:40 PM
Miguel
 
Posts: n/a
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?
>


Reply With Quote
  #6 (permalink)  
Old 07-24-2008, 12:11 AM
GmawT
 
Posts: n/a
Re: Wierd character appearing in IE

Miguel,
I thought I found the answer but as you can see, I didn't...even though the wierd character disappeared.

I will try your code and see if it will validate.
Thanks for responding.
Reply With Quote
  #7 (permalink)  
Old 07-24-2008, 12:19 AM
GmawT
 
Posts: n/a
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.


Reply With Quote
  #8 (permalink)  
Old 07-24-2008, 12:28 AM
Miguel
 
Posts: n/a
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.
>
>


Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 06:41 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Discount Magazines | Company Reports | Remortgages | Electricity Suppliers | Mobile Phone



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114