Hallo,
wer möchte mir helfen?
Aufgabe: Es existiert ein Frame-Set: Head, Link und Main
In dem Teil "Main" sollen alle Inhalte ersichtlich sein.
Im "Link" Teil befindet sich die Navigation. Ein Seiten- Link soll allerdings ein Word-Dokument sein. Diese Dokument beinhaltet Positionsrahmen und Formgrafiken.
Da ich nicht weiß wie ich das in die HP einbeten soll, bitte ich um Hilfe.
Ich habe zwei Dateien erstellt:
1.) programm.htm
</head>
<body>
<table width="780" border="0">
<tr>
<td width="595"><?php
include ("Programm.doc");
?> </td>
</tr>
</table>
</body>
</html>
und
2.) programm.php
<html>
<head>
<link a href="stfs.css" rel="stylesheet" type="text/css">
<link a href="text.css" rel="stylesheet" type="text/css">
<?php
include ("meta.php");
?>
<body>
<table width="780" border="0">
<tr>
<td><table width="780" border="0">
<tr>
<td width="600"><?php
include ("programm.htm");
?></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
Wenn ich jetzt das ganz auf den Server lege, erscheint aus der Doc-Datei nur noch Hieroglyphen.
Wo ist mein Fehler?
Danke
Höllenweib (2.046) |