killer555
Gebruiker
- Lid geworden
- 28 sep 2006
- Berichten
- 995
ik heb een frame paginatje gemaakt en er zitten nu al 9 fouten in maar waar ik van zeg is dat wel echt fout? ik gebruik w3.org
dit is mijn nog kleine scriptje:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Mijn Frames Pagina- Master</title>
</head>
<frameset rows="*,35" frameborder="0" framespacing="0"/>
<frame src="Home.htm" scrolling="NO"/>
<frame src="player.htm" scrolling="NO"/>
</html>
----
en dit zijn de fouten.
Error Line 7 column 15: there is no attribute "ROWS".
Error Line 7 column 34: there is no attribute "FRAMEBORDER".
Error Line 7 column 51: there is no attribute "FRAMESPACING".
Error Line 7 column 54: element "FRAMESET" undefined.
Error Line 8 column 11: there is no attribute "SRC".
Error Line 8 column 32: there is no attribute "SCROLLING".
Error Line 8 column 36: element "FRAME" undefined.
Error Line 9 column 38: element "FRAME" undefined.
Error Line 10 column 6: end tag for "HTML" which is not finished.
zou iemand hier een verklaring voor weten en hoe het dan wel moet. en het is toch gewoon mogelijk om de waarde 0 in te voeren? anders kan dat het misschien ook nog zijn.
bedankt vast.
dit is mijn nog kleine scriptje:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Mijn Frames Pagina- Master</title>
</head>
<frameset rows="*,35" frameborder="0" framespacing="0"/>
<frame src="Home.htm" scrolling="NO"/>
<frame src="player.htm" scrolling="NO"/>
</html>
----
en dit zijn de fouten.
Error Line 7 column 15: there is no attribute "ROWS".
Error Line 7 column 34: there is no attribute "FRAMEBORDER".
Error Line 7 column 51: there is no attribute "FRAMESPACING".
Error Line 7 column 54: element "FRAMESET" undefined.
Error Line 8 column 11: there is no attribute "SRC".
Error Line 8 column 32: there is no attribute "SCROLLING".
Error Line 8 column 36: element "FRAME" undefined.
Error Line 9 column 38: element "FRAME" undefined.
Error Line 10 column 6: end tag for "HTML" which is not finished.
zou iemand hier een verklaring voor weten en hoe het dan wel moet. en het is toch gewoon mogelijk om de waarde 0 in te voeren? anders kan dat het misschien ook nog zijn.
bedankt vast.