Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Markup (HTML, XHTML, XML) _ I don't understand the validator errors. Help please : )

Posted by: altar Sep 28 2006, 03:19 AM

I posted a video on my blog, with a little addition to make it transparent, and the result is no less than 6 errors in the validator. Can anyone explain to me how to solve them?
The code of my post is here:
`<div style="margin-bottom: 25px; margin-top: 25px; margin:auto; text-align: left; width: 325px"><object width="320" height="256"><param name="movie" /><param name="wmode" value="transparent" /><embed src="http://www.dailymotion.com/swf/8DpMb5PuopPOAtN8" type="application/x-shockwave-flash" width="320" height="256" wmode="transparent"></embed></object><br /><span style="margin-top:0px"><a>Bjork - Bachelorette</a></span></div>`
And the validator result is here:
http://validator.w3.org/check?uri=http%3A%2F%2Fraphaella.co.kr%2Fblog%2F&charset=%28detect+automatically%29&doctype=Inline
Thanks a lot

Posted by: Frederiek Sep 28 2006, 03:37 AM

The error of W3C's validator indicates you used an <embed> element, which is not supported by the DOCTYPE you use, hence the explanation given:

QUOTE
This error may also result if the element itself is not supported in the document type you are using


You might want to read the http://www.alistapart.com/articles/byebyeembed article at A list Apart.

Posted by: altar Sep 28 2006, 03:54 AM

Thank you,
I just went and got the same video from Youtube where I know how set the transparency.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)