MyBB Community Forums

Full Version: W3 Errors
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can anyone help me solving those errors?

http://validator.w3.org/check?uri=http%3...or%2F1.654
What have you deleted in the FTP?
You don't need to delete anything from FTP... Confused

The errors are usually quite clear. For example, the first one says line 580. So, I look around line 580 of the source, it has this:

<table cellpadding="0" cellspacing="0" width="100%"> 
<tr> 
<table cellpadding="0" cellspacing="0" width="100%"> 
<tr>

That's from the portal_welcome template and isn't right.

You may find fixing that sorts all the others.
It isn't from the portal_welcome.
How it need to be?
Also...I don't know how to fix this errors... Can you help me?
Welcome to the Group Skillz
>_< i fixed like 100 errors
but i already have 200 left


I hope this Help from LENNART helps you =)

Lennart Sauter Wrote:Some advice for you to get your page valid:
- Look out for opened but not closed tags. Example: You opened
<b>yourtext
but you did not close it with
</b>
lateron
- HTML tags and attributes are written in lowercase letters in XHTML. Avoid
onClick
<DIV>
and use lowercase instead:
onclick
and
<div>
- Every <img-tag requires an "alt" attribute, for example:
<img src="yourpath" alt="" />
- XHTML tags which are not closed with a second tag must be closed with /> Example: do not use <br> but <br /> instead.
- Use CSS and not older standards. Avoid tags like <b> <center> or others. Use <strong> and <p style="text-align:center;"> instead.

Once you did this in all templates you'll have a lot less errors, I promise Smile

Best regards
Lennart Sauter
(2009-10-21, 07:15 PM)Glas Wrote: [ -> ]Welcome to the Group Skillz
>_< i fixed like 100 errors
but i already have 200 left


I hope this Help from LENNART helps you =)

Lennart Sauter Wrote:Some advice for you to get your page valid:
- Look out for opened but not closed tags. Example: You opened
<b>yourtext
but you did not close it with
</b>
lateron
- HTML tags and attributes are written in lowercase letters in XHTML. Avoid
onClick
<DIV>
and use lowercase instead:
onclick
and
<div>
- Every <img-tag requires an "alt" attribute, for example:
<img src="yourpath" alt="" />
- XHTML tags which are not closed with a second tag must be closed with /> Example: do not use <br> but <br /> instead.
- Use CSS and not older standards. Avoid tags like <b> <center> or others. Use <strong> and <p style="text-align:center;"> instead.

Once you did this in all templates you'll have a lot less errors, I promise Smile

Best regards
Lennart Sauter

My template have some of these things I have aleady corrected like 200 errors.
Just need those 19 to validate my page.

(2009-10-21, 07:12 PM)Skiilz Wrote: [ -> ]It isn't from the portal_welcome.
How it need to be?
Also...I don't know how to fix this errors... Can you help me?
(2009-10-21, 07:19 PM)Skiilz Wrote: [ -> ]
(2009-10-21, 07:15 PM)Glas Wrote: [ -> ]Welcome to the Group Skillz
>_< i fixed like 100 errors
but i already have 200 left


I hope this Help from LENNART helps you =)

Lennart Sauter Wrote:Some advice for you to get your page valid:
- Look out for opened but not closed tags. Example: You opened
<b>yourtext
but you did not close it with
</b>
lateron
- HTML tags and attributes are written in lowercase letters in XHTML. Avoid
onClick
<DIV>
and use lowercase instead:
onclick
and
<div>
- Every <img-tag requires an "alt" attribute, for example:
<img src="yourpath" alt="" />
- XHTML tags which are not closed with a second tag must be closed with /> Example: do not use <br> but <br /> instead.
- Use CSS and not older standards. Avoid tags like <b> <center> or others. Use <strong> and <p style="text-align:center;"> instead.

Once you did this in all templates you'll have a lot less errors, I promise Smile

Best regards
Lennart Sauter

My template have some of these things I have aleady corrected like 200 errors.
Just need those 19 to validate my page.

(2009-10-21, 07:12 PM)Skiilz Wrote: [ -> ]It isn't from the portal_welcome.
How it need to be?
Also...I don't know how to fix this errors... Can you help me?
x_x looks like you know more than me
when you fix yours
can you help me with mine?
http://www.beatdj.net
(2009-10-21, 07:12 PM)Skiilz Wrote: [ -> ]It isn't from the portal_welcome.

Ah yes, I can't figure out which template it's in so go through all the portal templates and see if there's any with two table tags close together like that.