what does this mean?
Sorry, I am unable to validate this document because on line 101 it contained one or more bytes that I cannot interpret as utf-8 (in other words, the bytes found are not valid values in the specified Character Encoding). Please check both the content of the file and the character encoding indication.






Roo posted this at 03:36—15th October 2006.
She has: 832 posts
Joined: Apr 1999
What charecter encoding meta tag are you using?
Normally it's:
Roo posted this at 03:42—15th October 2006.
She has: 832 posts
Joined: Apr 1999
BTW....in a nutshell, it means that you need to tell the browser how to 'read' and therefore display the characters that you type on the keyboard.
In depth explanation here.
Roo
Blog • Photolog • Galleries • KidsWeb • Baby Picasso • Web Design
1fastbmw posted this at 06:37—15th October 2006.
They have: 26 posts
Joined: Oct 2006
ok on line 101
the onlything there is
and i added in that meta tag it was missing
Renegade posted this at 19:39—15th October 2006.
He has: 2,944 posts
Joined: Oct 2002
is there a link to the page that you are trying to validate? Or at least a copy/paste of the code?
Roo posted this at 19:55—15th October 2006.
She has: 832 posts
Joined: Apr 1999
If this is that *adult* site itwouldn't be a good idea to post the link.
1fastbmw posted this at 01:18—16th October 2006.
They have: 26 posts
Joined: Oct 2006
can i copy paste the code in here? im not to concerned with someone robbing my amatuer code...lmao
Busy posted this at 05:33—16th October 2006.
He has: 6,151 posts
Joined: May 2001
copy the top section (up to the tag - without the javscript if used), should be enough to show what the problem is, if not we can ask for more
<?bhb if(broken){ echo("It wasn't me
"); } ?>
Learn HTML the ez way - EzHTML.net
Some people are like slinkies, they dont really serve any purpose but they still bring a smile to your face when you push them down the stairs ...
1fastbmw posted this at 05:59—16th October 2006.
They have: 26 posts
Joined: Oct 2006
[url removed] Your #1 online source to
downloads">
Busy posted this at 22:38—16th October 2006.
He has: 6,151 posts
Joined: May 2001
you have 2 tags
html code before the second tag and no tag
sound be something like this:
pages title
....
<script type="javascript/text">
....
</script>
... content
don't use url in title tag, just the sites name
<?bhb if(broken){ echo("It wasn't me
"); } ?>
Learn HTML the ez way - EzHTML.net
Some people are like slinkies, they dont really serve any purpose but they still bring a smile to your face when you push them down the stairs ...