Validation error: "Element object is missing one or more of the following attrib
-
Hi Denzel,
Great widget! Thanks.
I try to validate my site and I am nearly there, but I can’t get rid of this error:
“Element object is missing one or more of the following attributes: data, type.”
I looked into the helper-functions.php but don’t know what to change.
There was also an errot, that there is an /embed too much. I deleted that and I got rid of that error.
But how can I change the object code?
This is the code:// echo video on blog echo "\n<object width=\"$v_width2\" height=\"$v_height2\">\n"; echo $flashvar; echo "<param name=\"allowfullscreen\" value=\"true\" />\n"; echo "<param name=\"allowscriptaccess\" value=\"always\" />\n"; echo "<param name=\"movie\" value=\"$value\" />\n"; echo "<param name=\"wmode\" value=\"transparent\">\n"; echo "<embed src=\"$value\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" "; echo "allowfullscreen=\"true\" allowscriptaccess=\"always\" "; echo $flashvar2; echo "width=\"$v_width2\" height=\"$v_height2\">\n"; echo "</object>\n\n";
Johanna
https://www.ads-software.com/extend/plugins/video-sidebar-widgets/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Validation error: "Element object is missing one or more of the following attrib’ is closed to new replies.