Hi jetzt wirds mal lachhaft:
Ich habe einfach noch überhaupt keinen Plan und auch keinen Ansatz.
Möchte gerne ein Gästebuch in eine Seite einbauen und bin auch hier fündig geworden in Form eines vorgefertigten php-gästebuch.
Allerdings bin ich unfähig es in meine Seite einzubinden!
Hoffe mir kann jemand helfen.
Folgendes ist mein html-code
und ich wollte eigentlich blos diesen tutorialtext einbinden und verwenden:
http://www.tutorials.de/forum/php-tutorials/6301-php-gaestebuch.html
das alleine im body reicht aber nicht ?!
dank vom unterirdischen anfänger.
Ich habe einfach noch überhaupt keinen Plan und auch keinen Ansatz.
Möchte gerne ein Gästebuch in eine Seite einbauen und bin auch hier fündig geworden in Form eines vorgefertigten php-gästebuch.
Allerdings bin ich unfähig es in meine Seite einzubinden!
Hoffe mir kann jemand helfen.
Folgendes ist mein html-code
und ich wollte eigentlich blos diesen tutorialtext einbinden und verwenden:
http://www.tutorials.de/forum/php-tutorials/6301-php-gaestebuch.html
PHP:
<?php
include "gbook.php";
?>
das alleine im body reicht aber nicht ?!
dank vom unterirdischen anfänger.
PHP:
<html lang="en">
<head>
<title>www.xxx.de</TITLE>
<link rel="up" href="contents.html">
<script language="JavaScript" type="text/JavaScript">
<script src="../quirksmode.js"></script>
<style>
<!--
html,body {
margin: 0;
padding: 0;
}
table {
width: 100%;
height: 100%;
}
td {
vertical-align: middle;
text-align: center;
}
div {
border: 0px solid #000000;
}
div.container {
position: relative;
text-align: left;
margin-left: auto;
margin-right: auto;
width: 780px;
height: 432px;
}
div.left {
position: absolute;
top: 0px;
left: 0px;
width: 200px;
height: 432px;
}
div.top {
position: absolute;
top: 0px;
left: 632px;
width: 148px;
height: 432px;
}
div.main {
position: absolute;
top: 0px;
left: 200px;
width: 432px;
height: 432px;
}
body {
background-image: url();
}
body,td,th {
color: #030303;
}
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
<body>
<table border=0>
<tr>
<td>
<div class="container">
<div class="left">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="top"><img src="layoutgrafiken/linkesmenü.jpg" width="113" height="162" hspace="25" align="right"></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><a href="index.htm" target="_self"><img src="layoutgrafiken/poppart.jpg" width="112" height="97" hspace="20" border="0" align="right"></a></td>
</tr>
</table>
</div>
<div class="top">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
</tr>
<tr>
<td height="20"><a href="analog.htm" target="_self"><img src="layoutgrafiken/analog.jpg" width="70" height="16" hspace="20" border="0" align="left"></a></td>
</tr>
<tr>
<td height="20"><img src="layoutgrafiken/digital.jpg" width="70" height="16" hspace="20" align="left"></td>
</tr>
<tr>
<td height="20"><img src="layoutgrafiken/scribbles.jpg" width="70" height="16" hspace="20" align="left"></td>
</tr>
<tr>
<td height="50"> </td>
</tr>
</table>
</div>
<div class="main">
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="layoutgrafiken/mitte-hintergrund.jpg">
<tr align="center" valign="middle">
<td width="36" height="36"><div align="center"></div></td>
</tr>
</table>
</div>
</div>
</td>
</tr>
</table>
</body>
</html>