Validation help

This is a discussion on "Validation help" within the Web Page Design section. This forum, and the thread "Validation help are both part of the Design Your Website category.



 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1  
Old Oct 31st, 2006, 04:32
Up'n'Coming Member
Join Date: Aug 2006
Location: Australia
Posts: 94
Thanks: 0
Thanked 0 Times in 0 Posts
Validation help

Hey guys

I'm trying to validate my site and it comes up with this error http://validator.w3.org/check?uri=ww...ia.abshost.net

I've tried solving this problem but it is really confussing for me as i don't really understand what it is saying exactly? Any help would be very appreciated.

Thanks Powderhound
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Oct 31st, 2006, 13:26
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Validation help

It's saying it can't find any charset specified.

This line appears immediately before the line in which you specify your charset but is not valid. This may be the problem.
Code: Select all
<link rel="stylesheet" type="text/css" href="main.css"/>
You need a space between the two characters in bold.

So should be: " />. Space between the " and the /. This space is manadatory for closed tags when using a strict xhtml which you are by specifying 1.1
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Nov 4th, 2006, 05:16
Up'n'Coming Member
Join Date: Aug 2006
Location: Australia
Posts: 94
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Validation help

Sorry for the late reply, i've been on a year 9 camp for 4 days.

I still get this error when trying to validate.

"Sorry, I am unable to validate this document because on line 48 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."

On line 48 there is the copyright things © or &copy: In my publisher i have
Code: Select all
<p class="credits">|Copyright © 2006 Ski Australia | Design and Content by Austin Miller |</p>
but when i upload that it becomes
Code: Select all
<p class="credits">|Copyright ? 2006 Ski Australia | Design and Content by Austin Miller |</p>
I have uploaded the right one but it is still screwing up why
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Nov 4th, 2006, 09:30
Reputable Member
Join Date: Sep 2006
Location: Rothwell
Posts: 150
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Validation help

i think is the | caracter which is not the best to have in the code...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Nov 4th, 2006, 09:58
Up'n'Coming Member
Join Date: Aug 2006
Location: Australia
Posts: 94
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Validation help

What do you recommend I should change this with?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Nov 4th, 2006, 10:15
Reputable Member
Join Date: Sep 2006
Location: Rothwell
Posts: 150
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Validation help

The best would be to just leave them out, dont use them
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Nov 4th, 2006, 10:17
Reputable Member
Join Date: Sep 2006
Location: Rothwell
Posts: 150
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Validation help

I just checked, ur site validates ok, what is the problem?

ohh, ok, i see...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Nov 4th, 2006, 10:25
Reputable Member
Join Date: Sep 2006
Location: Rothwell
Posts: 150
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Validation help

Have u try these? &copy &#169 &#xA9
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Nov 4th, 2006, 10:28
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Validation help

It's the copyright symbol that is the problem. Use the code for it instead.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Nov 4th, 2006, 20:35
Up'n'Coming Member
Join Date: Aug 2006
Location: Australia
Posts: 94
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Validation help

i haven't used &#xA9 . I'll give it a go
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old Nov 4th, 2006, 20:46
Up'n'Coming Member
Join Date: Aug 2006
Location: Australia
Posts: 94
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Validation help

Ok.

I have this in my code on my pc
Code: Select all
<p class="credits">|Copyright &#xA9; 2006 Ski Australia | Design and Content by Austin Miller |</p>
but when i upload this to my website it shows that i have this in my code
Code: Select all
<p class="credits">|Copyright ? 2006 Ski Australia | Design and Content by Austin Miller |</p>
so, i'm really confused as to why it is doing this. Maybe i'm viewing an old cookie? i just don't understand why when it uploads it becomes a ? instead of a copyright symbol
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #12  
Old Nov 4th, 2006, 20:47
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Validation help

You should be ok using either '&copy' or '&#169'.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #13  
Old Nov 4th, 2006, 20:49
Up'n'Coming Member
Join Date: Aug 2006
Location: Australia
Posts: 94
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Validation help

I have tried these but same thing happens. But i will try again just incase
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #14  
Old Nov 4th, 2006, 20:53
Up'n'Coming Member
Join Date: Aug 2006
Location: Australia
Posts: 94
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Validation help

The same thing is happening

Is there a ceratin way i should be inserting this symbol into my code.
i have been putting

Code: Select all
<p class="credits">|Copyright &copy; 2006 Ski Australia | Design and Content by Austin Miller |</p>
should i have the code a different way?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
validation help

Thread Tools

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with validation snappy Web Page Design 4 Mar 27th, 2008 18:33
help with validation glensimister JavaScript Forum 2 Jul 26th, 2007 22:58
w3c validation cocoonfx Web Page Design 8 Jul 21st, 2007 13:55
CSS validation VanessaJW Web Page Design 17 May 24th, 2007 19:59
CSE for validation nextgen Scripts and Online Services 3 Jan 30th, 2007 03:41


All times are GMT. The time now is 06:29.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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