Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
I need help validating my webpage (xhtml). My very limited knowledge in coding leaves me GAGA.
Can anyone correct this code ????????
<embed src="Images/anthem.mid" width="170" height="16" controller="true" autostart="false" />
-------------------
· Error Line 41 column 11: there is no attribute "src".
<embed src="Images/anthem.mid" width="170" height="16" controller="true" autosta· Error Line 41 column 37: there is no attribute "width".
<embed src="Images/anthem.mid" width="170" height="16" controller="true" autosta· Error Line 41 column 50: there is no attribute "height".
...mages/anthem.mid" width="170" height="16" controller="true" autostart="false"· Error Line 41 column 66: there is no attribute "controller".
...ges/anthem.mid" width="170" height="16" controller="true" autostart="false" />· Error Line 41 column 83: there is no attribute "autostart".
...ght="16" controller="true" autostart="false" />· Error Line 41 column 92: element "embed" undefined.
...controller="true" autostart="false" />
-----------
This is what I am using -
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="170" height="16">
<param name="src" value="Images/anthem.mid" />
<param name="autoplay" value="false" />
<param name="controller" value="true" />
<embed src="Images/anthem.mid" width="170" height="16" controller="true" autostart="false" />
</object>

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |