Hallo zusammen
Ich bekomme folgenden Fehler, wenn ich meine index-Datei aufrufen möchte:
Parse error: syntax error, unexpected T_STRING in /usr/[...]/HP/index.htm on line 1
([...] dort stand der komplette Pfad)
Meine Datei sieht so aus:
Alles anzeigen
Was ist da falsch? Zeile 1 hab ich im Web mehrfach so gefunden.
Kann es am Server (funpic.de) liegen?
Herzlichen Dank schon mal!
Viele Grüße
Gregor
Ich bekomme folgenden Fehler, wenn ich meine index-Datei aufrufen möchte:
Parse error: syntax error, unexpected T_STRING in /usr/[...]/HP/index.htm on line 1
([...] dort stand der komplette Pfad)
Meine Datei sieht so aus:
Quellcode
- <?xml version="1.0"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml"
- xml:lang="en"><head><meta name="author" content="Created with Masher by Half-Baked Software, registered to Gormless Gumby."></meta><meta name="keywords" content="Masher, Hot Potatoes, Half-Baked Software, Windows, University of Victoria"></meta>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <title>
- Erste Übung
- </title>
- <!-- Made with executable version HotPotatoes: Masher Version 6.2 Release 1 Build 0 -->
- <!-- The following insertion allows you to add your own code directly to this head tag from the configuration screen -->
- <style type="text/css">
- body{
- font-family: arial,helvetica,sans-serif;
- background-color: #ffffff;
- color: #000000;
- padding-left: 5%;
- padding-right: 5%;
- font-size: small;
- }
- div.Titles{
- padding: 0.5em;;
- text-align: center;
- color: #000000;
- }
- .ExerciseTitle{
- font-size: 140%;
- color: #000000;
- }
- .ExerciseSubtitle{
- font-size: 120%;
- color: #000000;
- }
- div.IndexDiv{
- margin-left: auto;
- margin-right: auto;
- padding: 2em;
- border-style: solid;
- border-width: 1px;
- text-align: center;
- width: 40%;
- background-color: #dddddd;
- color: #000000;
- font-size: 100%;
- }
- .Index{
- text-align: left;
- font-size: 100%;
- }
- a{
- color: #0000ff;
- }
- a:visited{
- color: #ff00ff;
- }
- a:hover{
- color: #0000ff;
- }
- </style>
- </head>
- <body>
- <div class="Titles">
- <h2 class="ExerciseTitle">Erste Übung</h2>
- </div>
- <div style="text-align: center;">
- <div class="IndexDiv">
- <ul class="Index">
- <li><a href="EVA_Prinzip.htm">Das EVA-Prinzip</a> </li><li><a href="Kreuzworträtsel.htm">Kreuzworträtsel</a> </li><li><a href="Multiple_Choice.htm">Erste Multiple Choice Fragebogen</a> </li><li><a href="Satzstellungsübung.htm">Satzstellungsübung</a> </li><li><a href="Lückentext.htm">Lückentext</a> </li>
- </ul>
- </div>
- </div>
- </body></html>
Was ist da falsch? Zeile 1 hab ich im Web mehrfach so gefunden.
Kann es am Server (funpic.de) liegen?
Herzlichen Dank schon mal!
Viele Grüße
Gregor