HTML5 validation errors
</tr>
✉
<table width="100%">
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on HTML5 validation errors
Experienced
Usergroup: Customer
Joined: Oct 02, 2003
Total Topics: 33
Total Comments: 97
Paul,
The displaylinks.tpl does not validate at W3C. Note some of the errors:
Validation Output: 5 Errors
✉
✉
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
I don't see <table width="100%"> in the templates I'm distributing, nor any validation messages about it, nor a stray end tag message.
I do see an unescaped & validation issue with the category map, fixed that.
Experienced
Usergroup: Customer
Joined: Oct 02, 2003
Total Topics: 33
Total Comments: 97
I am not finding this in my displaylinks templates either.. however this is what I am receiving:
<table width="100%">
<!-- END RECIP LINKS -->
</table>
<table width="100%">
<tr> <!-- BEGIN DEPARTMENT LINKS -->
<td style=" vertical-align: top;" class="link">
<table>
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Might you be using the old style <table {STANDARDTABLE}> in your templates instead of the new <table class="standardtable"> ?
Experienced
Usergroup: Customer
Joined: Oct 02, 2003
Total Topics: 33
Total Comments: 97
I am using the stock templates and have made no changes.