Doen ik dit:
<html>
<head>
<title>Untitled-1</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
#apDiv1 {
	position:absolute;
	left:28px;
	top:187px;
	width:165px;
	height:747px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:202px;
	top:187px;
	width:730px;
	height:683px;
	z-index:2;
}
#apDiv3 {
	position:absolute;
	left:203px;
	top:885px;
	width:727px;
	height:50px;
	z-index:3;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<script src="SpryAssets/SpryCollapsiblePanel.js" type="text/javascript"></script>
<link href="SpryAssets/SpryCollapsiblePanel.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {color: #000000}
-->
</style>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (Untitled-1.psd) -->
<div id="apDiv1" style="position: absolute; left: 28px; top: 187px">
  <div align="center">
    <div id="CollapsiblePanel1" class="CollapsiblePanel">
      <div class="CollapsiblePanelTab" tabindex="0">Site</div>
      <a href="index.php?" class="style1">Home</a><a href="#" class="style1">Forum</a><br>
      <a href="#" class="style1">Contact</a>
    <div id="CollapsiblePanel2" class="CollapsiblePanel">
      <div class="CollapsiblePanelTab" tabindex="0">Design</div>
      <div class="CollapsiblePanelContent"><a href="#" class="style1">Portfolio</a><span class="style1"><a href="#"><br>
            </a></span><a href="#" class="style1">Codering</a><span class="style1"><a href="#"><br>
            </a></span><a href="#" class="style1">Projects</a> 
           
        <div id="CollapsiblePanel3" class="CollapsiblePanel">
          <div class="CollapsiblePanelTab" tabindex="0">Overig</div>
          <div class="CollapsiblePanelContent"><a href="#" class="style1">Free Templates<br>
          Free Scripts</a></div>
        </div>
      </div>
    </div>
    </div>
    <p>&nbsp;</p>
  </div>
</div>
<div id="apDiv2">
&nbsp;
<?
 include("cutenews/show_news.php);
?></div>
<div id="apDiv3">
  <div align="center"></div>
</div>
<table id="Table_01" width="1000" height="1000" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td colspan="3">
			<img src="images/Home_01.gif" width="203" height="187" alt=""></td>
		<td>
			<img src="images/Home_02.gif" width="746" height="187" alt=""></td>
		<td rowspan="4">
			<img src="images/Home_03.gif" width="51" height="1000" alt=""></td>
	</tr>
	<tr>
		<td rowspan="3">
			<img src="images/Home_04.gif" width="17" height="813" alt=""></td>
		<td rowspan="2">
			<img src="images/Home_05.gif" width="184" height="749" alt=""></td>
		<td rowspan="3">
			<img src="images/Home_06.gif" width="2" height="813" alt=""></td>
		<td>
			<img src="images/Home_07.gif" width="746" height="698" alt=""></td>
	</tr>
	<tr>
		<td>
			<img src="images/Home_08.gif" width="746" height="51" alt=""></td>
	</tr>
	<tr>
		<td>
			<img src="images/Home_09.gif" width="184" height="64" alt=""></td>
		<td>
			<img src="images/Home_10.gif" width="746" height="64" alt=""></td>
	</tr>
</table>
<p>&nbsp;</p>
<!-- End ImageReady Slices -->
<script type="text/javascript">
<!--
var CollapsiblePanel1 = new Spry.Widget.CollapsiblePanel("CollapsiblePanel1");
var CollapsiblePanel2 = new Spry.Widget.CollapsiblePanel("CollapsiblePanel2");
var CollapsiblePanel3 = new Spry.Widget.CollapsiblePanel("CollapsiblePanel3");
//-->
</script>
</body>
</html>

online zette kreeg ik dit:
Parse error: syntax error, unexpected T_STRING in /usr/export/www/vhosts/funnetwork/hosting/dutchani/index.php on line 84
hoe dit op te lossen?
<?php
include("cutenews/show_news.php);
?>

<?php
include("cutenews/show_news.php");
?>

Je kunt het zien aan de kleuren.
----Laat maar-----
bedankt :D
Je bent een " vergeten op regel 82.

Zoek naar:
<?
include("cutenews/show_news.php);
?>

En vervang door:
<?php
include("cutenews/show_news.php");
?>

Veel duidelijker kan ik het niet neerzetten ;P
ok, thx. Heb weer een probleem.
Als ik: index.php?=Design/Portfolio/index.php
als link neerzet, en klikerop gebeurt er niks op de pagina?
Volgens mij moet er iets in de content maar weet niet wat

Reageren