The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> please help: HTML Web design repairs need to be made
benjidesigns
post Mar 25 2012, 10:08 PM
Post #1





Group: Members
Posts: 1
Joined: 25-March 12
Member No.: 16,784



I have designed my website and have 5 errors when checking html validator that i need repaired. the first 1 is a youtube embed code and the rest are simple html errors.

please help as i am due to launch my site in a few days. thanks

here is details:

1. Line 285, Column 158: "ALLOWFULLSCREEN" is not a member of a group specified for any attribute
…ube.com/embed/e4kx9_stKYI?rel=0" frameborder="0" allowfullscreen></iframe></td>

<iframe width="640" height="480" src="http://www.youtube.com/embed/sjsnsjsI?rel=0" frameborder="0" allowfullscreen></iframe></td>
(*you tube video code changed)

2. Line 104, Column 19: there is no attribute "BACKGROUND"
<table background="images/headerbg.jpg" border="0"

3. Line 110, Column 25: there is no attribute "HEIGHT"

<table align="center" border="0" cellpadding="0" cellspacing="0" height="93" width="989">

4. Line 332, Column 28: end tag for "TBODY" which is not finished

</tbody>

5. Line 337, Column 21: end tag for "TR" which is not finished

</tr>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Mar 25 2012, 11:16 PM
Post #2


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



It's hard to be specific without seeing the page in question, but:

2 & 3 can be fixed by removing the presentational markup and using CSS instead.

4 is probably caused by markup like <tbody></tbody> without any tr elements inside. A tbody element is required to have one or more tr elements.

5 is probably caused by markup like <tr></tr> without any td or th elements inside. A tr element is required to have one or more td/th elements.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 16th April 2024 - 04:31 AM