Go Back   Free website templates > Web Template Help > HTML - XHTML - CSS
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


Join now to share free website templates or post on the forum. If you have never been on a forum before read the FAQ. It's quick, easy and free to join!
Reply
 
LinkBack Thread Tools Display Modes
  #21 (permalink)  
Old 10-25-2009, 11:26 PM
ishkey's Avatar
Moderator
 
Join Date: Aug 2007
Location: North GA USA
Posts: 1,775
ishkey will become famous soon enough
Default

Let's try this again -
This is your error from The W3C Markup Validation Service
Quote:
A fatal error occurred when attempting to transcode the character encoding of the document. Either we do not support this character encoding ("ansi_x3.110-1983") yet, or you have specified a non-existent character encoding (often a misspelling).
The error was: Encoding not supported.
Change it back to the UNIVERSAL charset=windows-1252
__________________

Consultant - Programmer - WebMaster
cleandeck - lawn mower undercoating
wilmargraphite - graphite lubricants
Reply With Quote
  #22 (permalink)  
Old 10-26-2009, 07:38 AM
pusscat's Avatar
Member
 
Join Date: Oct 2009
Posts: 59
pusscat will become famous soon enough
Default

ok got that bit sorted, am bit puzzled as to how it changed as I know that I didnt change it as I copy and pasted,

its just the errors that have to go through now alot are on the target blank for some reason.

or the links tags so will have to go through them all and figure it out.

Thanks Ishkey is appreciated.

Angie
Reply With Quote
  #23 (permalink)  
Old 10-26-2009, 07:42 AM
pusscat's Avatar
Member
 
Join Date: Oct 2009
Posts: 59
pusscat will become famous soon enough
Default

The validator by the look of it isnt liking the Target blank, but not sure what else to use?
Reply With Quote
  #24 (permalink)  
Old 10-26-2009, 11:40 AM
ishkey's Avatar
Moderator
 
Join Date: Aug 2007
Location: North GA USA
Posts: 1,775
ishkey will become famous soon enough
Default

Neither Notepad or online editors can add comments or change code without human intervention, so something is amiss.
Here is what is there now.
Code:
<!DOCTYPEhtmlPUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <htmllang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 <head>
 <title>TUTZ 2 TAGZ - Art Work, Paintshop Pro Tutorials</title>
 <metahttp-equiv="Content-Type" content="text/html; charset=ansi_x3.110-1983" /><!-- was
 <meta http-equiv="Content-Type" content="text/html; charset=ansi_x3.110-1983" />-->
Quote:
The validator by the look of it isnt liking the Target blank, but not sure what else to use?
Your page doesn't even get to the that point when tring to validate it.

You have the same error - there is nothing wrong with "target blank" it is valid code, it's fine, it works, so put that out of your mind.
The problem is in the "charset"
There is no such charset=ansi_x3.110-1983" for web documents.
There is for Camel email program, which is a broken software.

You also have this same problem -
Look at this part = the space is missing.
Your code: and what it should be:

DOCTYPEhtmlPUBLIC - DOCTYPE htmlPUBLIC
htmllang - html lang
metahttp-equiv - meta http-equiv

Try editing the file on your pc and FTP to upload it and then look at your code that is online.
Are you uploading the right file or do you have one on line which is the old and one which is the new that you are editing, if so delete them both and upload the one that works from your pc.
Heck just delete the online file and load up a fresh one that works.

Here are your other pages - ask yourself why aren't they affected?
Gallery and Forum
Code:
<!DOCTYPEhtmlPUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <htmlxmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
 <head>
 <metahttp-equiv="Content-Type" content="text/html; charset=utf-8" />
 <metahttp-equiv="Pragma" content="no-cache" />
 <title>Coppermine Photo Gallery - Home</title>
Tutorials and Tubes
Code:
<title>TUTZ 2 TAGZ - Art Work, Paintshop Pro Tutorials</title>
<metahttp-equiv="Content-Type" content="text/html; charset=windows-1252" /><!-- was
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
-->
__________________

Consultant - Programmer - WebMaster
cleandeck - lawn mower undercoating
wilmargraphite - graphite lubricants
Reply With Quote
  #25 (permalink)  
Old 10-26-2009, 11:49 AM
pusscat's Avatar
Member
 
Join Date: Oct 2009
Posts: 59
pusscat will become famous soon enough
Default

Thats why am confused Ishkey I know any editor wont change it themselves, but I also know I didn't change them either I copied and pasted, but the main thing is to get it put right and also that you know that all your help is really appreciated.

I do upload a complete new file with the changes in it after taking out the original one. Hate having to many bits in my cpanel and root folder gets to cluttered if to much there.

Its wierd how some pages are validating fine not many but some arent as havent done anything different on any as such, hence why I am confused with it.

charset=ansi_x3.110-1983 <-- I changed that on all pages to the one that you said to change it to yet its now showing as that.
Hence why am so confused.

Also the spacing is there in both notepad, notepad+ and in my online editor in my cpanel

Will get my files up and go through them again and see where I go from there.

Thanks

Angie
Reply With Quote
  #26 (permalink)  
Old 10-26-2009, 12:05 PM
pusscat's Avatar
Member
 
Join Date: Oct 2009
Posts: 59
pusscat will become famous soon enough
Default

ok here is my code have changed it, but spaces are there already I didnt put any in on this edit.

hopefully this is right (last one had charset changed, but is showing to you the wrong charset in the doctype and to me even though I put it right) thats what is confusing me, as I know I didnt change it.
Attached Files
File Type: txt index.txt (4.4 KB, 47 views)
Reply With Quote
  #27 (permalink)  
Old 10-26-2009, 12:07 PM
ishkey's Avatar
Moderator
 
Join Date: Aug 2007
Location: North GA USA
Posts: 1,775
ishkey will become famous soon enough
Default

If you are deleting the old one off the server and then uploading and it is not working, then try renaming te old one to index_old.html and then upload the new one.

Try using either Allycode it's a good editor or Notepad++ (just make sure when you save the file the extension is correct ) here is the link
Free Editors to get you Started or for Quick Use
__________________

Consultant - Programmer - WebMaster
cleandeck - lawn mower undercoating
wilmargraphite - graphite lubricants
Reply With Quote
  #28 (permalink)  
Old 10-26-2009, 12:10 PM
pusscat's Avatar
Member
 
Join Date: Oct 2009
Posts: 59
pusscat will become famous soon enough
Default

Thanks Ishkey, have got notepad++ and think we posted near enough the same time, as have attatched a notepad file in the post just above your last post.

Something is changing the charset if its not me then its got to be something when uploading to my site. If thats the case then will have to figure it out, as have used both ftp and the sites own uploader now and both with the same wrong results.

Thanks

Angie
Reply With Quote
  #29 (permalink)  
Old 10-26-2009, 12:15 PM
ishkey's Avatar
Moderator
 
Join Date: Aug 2007
Location: North GA USA
Posts: 1,775
ishkey will become famous soon enough
Default

maybe you should save the file as a html and not a txt file
this could be the problem if you uploaded a text file, then the old file on the server has never changed.
Attached Files
File Type: zip index.zip (1.9 KB, 9 views)
__________________

Consultant - Programmer - WebMaster
cleandeck - lawn mower undercoating
wilmargraphite - graphite lubricants
Reply With Quote
  #30 (permalink)  
Old 10-26-2009, 12:19 PM
pusscat's Avatar
Member
 
Join Date: Oct 2009
Posts: 59
pusscat will become famous soon enough
Default

I do save as .html file and upload that to site ishkey this one is just to show you the code before I upload the html file to site if that makes sense.

Will try again now with this one and see what happens, but if you read the code thats what is on the html file, so if it changes then something is definately up.
Reply With Quote
Reply

Thread Tools
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

BB code is On
Smilies are On
[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 05:37 PM.



mouseover mouseover mouseover