Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-15-2008, 09:35 AM   PM User | #1
lse123
Regular Coder

 
Join Date: Dec 2005
Posts: 702
Thanks: 0
Thanked 0 Times in 0 Posts
lse123 is infamous around these parts
When using http://validator.w3.org/ service to valid must show errors 0

When using http://validator.w3.org/ service to valid must show errors 0 ? I see some errors that do NOT seem for errors are really errors ?
lse123 is offline   Reply With Quote
Old 05-15-2008, 10:11 AM   PM User | #2
Stooshie
Regular Coder

 
Stooshie's Avatar
 
Join Date: Mar 2008
Location: Dundee, Scotland
Posts: 376
Thanks: 9
Thanked 39 Times in 39 Posts
Stooshie is on a distinguished road
Can you give me the URL for your results? e.g.

http://validator.w3.org/check?uri=ww...Inline&group=0

Then I may be able to help you.

If not can you tell me the errors that are displaying that you think might not be errors?
__________________
Regards, Stooshie
O
Stooshie is offline   Reply With Quote
Old 05-15-2008, 11:41 AM   PM User | #3
lse123
Regular Coder

 
Join Date: Dec 2005
Posts: 702
Thanks: 0
Thanked 0 Times in 0 Posts
lse123 is infamous around these parts
http://www.polis-realestate.eu/
lse123 is offline   Reply With Quote
Old 05-15-2008, 11:53 AM   PM User | #4
NancyJ
Senior Coder

 
NancyJ's Avatar
 
Join Date: Feb 2005
Location: Bradford, UK
Posts: 3,162
Thanks: 19
Thanked 65 Times in 64 Posts
NancyJ will become famous soon enough
Yes all those errors are 'real' errors.

The first few are easy - in XHTML all tags must be lowercase. If you replace META NAME with meta name and fix "Line 11, Column 29: required attribute "type" not specified." that should get rid of a lot of errors.
__________________
http://www.hazelryan.co.uk

Last edited by NancyJ; 05-15-2008 at 11:57 AM..
NancyJ is offline   Reply With Quote
Old 05-15-2008, 02:19 PM   PM User | #5
Stooshie
Regular Coder

 
Stooshie's Avatar
 
Join Date: Mar 2008
Location: Dundee, Scotland
Posts: 376
Thanks: 9
Thanked 39 Times in 39 Posts
Stooshie is on a distinguished road
Also, end the meta tags eg <meta ... />
__________________
Regards, Stooshie
O
Stooshie is offline   Reply With Quote
Old 05-15-2008, 10:30 PM   PM User | #6
oesxyl
Master Coder


 
Join Date: Dec 2007
Posts: 6,682
Thanks: 436
Thanked 890 Times in 879 Posts
oesxyl is a jewel in the roughoesxyl is a jewel in the roughoesxyl is a jewel in the rough
what is the relation between your question and xml? why did you post in xml forum?

Quote:
Originally Posted by lse123 View Post
about error, there is no language attribute for script, remove it, and if you don't have, add a type="text/javascript" attribute.

also add this to the script if you use &,',",`,>,< in javascript
Code:
<script type="text/javascript">
//<![CDATA[
.... javascript code
//]]>
</script>
else you can use only //<!--, and //-->, instead

PS: probably a lot of problem come from google analitcs, I don't know any solution for that.

regards
oesxyl is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 06:38 AM.


Advertisement
Log in to turn off these ads.