Hi, first time here. I did some looking around for someone with a problem like mine, and I couldn't find anyone.
Here's my issue. I'd like to have pages open in a div, and I can't get it to work. Here's my code so far.
PHP Code:
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>SpazzRadio</title>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=300,height=150,left = 362,top = 234');");
}
// End -->
</script>
</head>
<body bgcolor="#333300">
<table border="1" width="65%" id="table1" bordercolorlight="#000000" bordercolordark="#000000" align="center" height="15%">
<tr>
<td height="50%" bgcolor="#669900">
<p align="center"><b><font face="Verdana" color="#FFFFFF">
SpazzRadio.com </font></b></td>
</tr>
<tr>
<td bgcolor="#666633">
<p align="center"><font color="#FFFFFF"><?php include 'staff/dj/overwrite.html' ?></font></td>
</tr>
</table>
<div align="center">
<table border="1" width="65%" id="table2" height="60" bordercolorlight="#000000" bordercolordark="#000000">
<tr>
<td width="141" bordercolorlight="#000000" bordercolordark="#000000" bgcolor="#669900">
<p align="center"><font face="Verdana" size="1" color="#FFFFFF">
<b>Navigation<br><br></b>+ Home<br>+ [b]<a href="green.php?page=test4">News</a[/b]><br>+ Staff<br>+ Junk!<br>
+ Contact<br>+ Tune in!<br>+ Legal<br>+ Boards<br>+ Habbo Canada</font><p align="center"> </td>
<td bgcolor="#666633">
[b] <div align="center"><?php include "test3.html"; ?></div>[/b]
<div align="center"></div> </td>
</tr>
</table>
</div>
<table border="0" width="100%" id="table3" style="border-collapse: collapse">
<tr>
<td></td>
<td><?php include "request/request.php" ?></td>
<td></td>
</tr>
</table>
<table border="0" width="80%" id="table4" style="border-collapse: collapse" align="center">
<tr>
<td>
<br><p align="center"><?php include 'stats/radio_stats.php' ?><br><td>
</tr>
</table>
</body>
</html>
Now, where am I going wrong? I'm sure it's something simple, but I'm a PHP idiot. x.x'