Probleem
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<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> </p>
</div>
</div>
<div id="apDiv2">
<?
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> </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>
[/CODE]
<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> </p>
</div>
</div>
<div id="apDiv2">
<?
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> </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>
[/CODE]
Gewijzigd op 01/01/1970 01:00:00 door Ruben Kok
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?
Je kunt het zien aan de kleuren.
bedankt :D
Gewijzigd op 01/01/1970 01:00:00 door Ruben Kok
Zoek naar:
En vervang door:
Veel duidelijker kan ik het niet neerzetten ;P
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
Gewijzigd op 01/01/1970 01:00:00 door Ruben Kok