Goedenacht,
Ik zit met een klein probleem. Dit is mijn eerste keer dat ik met table's werk ipv frames, en ik heb geen idee hoe ik nu een php script open in een table.
De table bestaat uit 2 buitenzijdes, 1b binnenzijde verdeeld in 3, top, center, bottom. Ik zou dus graag willen dat mijn php script die zich bevindt in "/news/index.php zich opent in mijn bottom table...
Hoe doe ik dit ?
groet,
Will
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>IMPULSE</title>
<style type="text/css">
<!--
body {
background-image: url(gfx/zijkant.jpg);
}
.style1 {
font-family: Arial;
color: #FFFFFF;
}
-->
</style></head>
<body>
<table width="770" height="525" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="50%"> </td>
<td width="770" height="161">[img]"gfx/top.jpg"[/img]</td>
<td rowspan="50%"> </td>
</tr>
<tr>
<td width="770" height="176"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="770" height="176">
<param name="movie" value="banner.swf">
<param name=quality value=high>
<embed src="banner.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="770" height="176"></embed>
</object></td>
</tr>
<tr>
<td width="770" align="center" bgcolor="#FFFFFF"><p class="style1">Under Contruction...!</p>
<p class="style1"> </p>
<p class="style1"> </p>
<p class="style1">[img]"gfx/newsbutton.jpg"[/img]</p>
<p class="style1"> </p>
<p class="style1"> </p>
<p class="style1"> </p>
<p class="style1"> </p>
<p class="style1"> </p>
<p class="style1">[img]"gfx/bottemline.jpg"[/img]</p></td>
<?
if(!isset($pagina))
include("news/index.php";
?>
</tr>
</table>
</body>
</html>
Ik zit met een klein probleem. Dit is mijn eerste keer dat ik met table's werk ipv frames, en ik heb geen idee hoe ik nu een php script open in een table.
De table bestaat uit 2 buitenzijdes, 1b binnenzijde verdeeld in 3, top, center, bottom. Ik zou dus graag willen dat mijn php script die zich bevindt in "/news/index.php zich opent in mijn bottom table...
Hoe doe ik dit ?
groet,
Will
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>IMPULSE</title>
<style type="text/css">
<!--
body {
background-image: url(gfx/zijkant.jpg);
}
.style1 {
font-family: Arial;
color: #FFFFFF;
}
-->
</style></head>
<body>
<table width="770" height="525" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="50%"> </td>
<td width="770" height="161">[img]"gfx/top.jpg"[/img]</td>
<td rowspan="50%"> </td>
</tr>
<tr>
<td width="770" height="176"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="770" height="176">
<param name="movie" value="banner.swf">
<param name=quality value=high>
<embed src="banner.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="770" height="176"></embed>
</object></td>
</tr>
<tr>
<td width="770" align="center" bgcolor="#FFFFFF"><p class="style1">Under Contruction...!</p>
<p class="style1"> </p>
<p class="style1"> </p>
<p class="style1">[img]"gfx/newsbutton.jpg"[/img]</p>
<p class="style1"> </p>
<p class="style1"> </p>
<p class="style1"> </p>
<p class="style1"> </p>
<p class="style1"> </p>
<p class="style1">[img]"gfx/bottemline.jpg"[/img]</p></td>
<?
if(!isset($pagina))
include("news/index.php";
?>
</tr>
</table>
</body>
</html>