Crazy Me
Meine Frage: Sind die Codes so richtig? und: Wie kriege ich das Menü jetzt eingebaut? O.o
Mein Code für den Index index.php
Mein Code für das Menü menue.html
Mein Code für den Index index.php
| Zitat: |
| <html> <head> <title>Neue Seite 2</title> </head> <body> <div align="center"> <center> <table border="1" width="781" height="501" background="/HP/Background3.png"> <tr> <td width="781" height="23" colspan="2"><img border="0" src="/hp/Banner2.png" width="600" height="450"></td> </tr> <tr> <td width="125" height="466" background="/HP/Background3.png" valign="top"><html> include ("menue.html"); <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <title>Neue Seite 2</title> </head> <body></body> </html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <title>Neue Seite 2</title> </head> <body> <br /> </body> </html> </td> <td width="640" height="466" background="" valign="top"><html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <title>Neue Seite 2</title> </head> <body></body> </html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <title>Neue Seite 2</title> </head> <body> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <title>start</title><link rel="stylesheet" href="style.css"> </head> <body background="/HP/Background3.png"> <p> </p> <div align="left"> <left> <table border="0" width="540" height="136"> <tr> <td width="412" height="136" valign="middle"> <p><center>Willkommen auf meiner Homepage!</center></td> </tr> </table> </left> </div> </body> </html> </body> </html> </td> </tr> </table> </center> </div> </body> </html>- |
Mein Code für das Menü menue.html
| Zitat: |
| <html> <A href="/hp/index.php"Content"><FONT face= Tahoma color=#000000 =12px >Start</FONT></A> </html> |