At first it worked with an iframe, but then the page in IE dropped down.
I have tried to do it with all different ways: with overall_header.php, header.txt and footer.txt and with header.php, foorter.php, etc. I have renamed my page to: gastenboek.php, but that won't work either.
Now I am back to zero...
Can you tell me the steps to do? Is it necceccary to adjust something in gbook.php, so it is visible with include?
This is my last version:
Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="nl">
<head>
<meta http-equiv="Page-Enter" content="blendTrans(Duration=8.0)">
<title>gastenboek</title>
<link rel="icon" type="image/vnd.microsoft.icon" href="http://www.cakejoy.nl/favicon.ico">
<link rel="stylesheet" type="text/css" href="opmaak.css">
<script type="text/javascript" src="paginafadein.js"></script>
<style type="text/css">
<!--
.stijl3 {font-size: smaller}
-->
</style>
</head>
<body onload="fadeInit();fadeIn();">
<?include("gbook/gbook.php");?>
</body>
</html>
I hope you can help me!