FrostbittenKiss
Joined: 11 Mar 2004 Posts: 1
|
Posted: Thu Mar 11, 2004 4:35 am Post subject: Wont show up |
|
|
URL:
http://so-alluring.net/index.php
The template won't show up in IE, only Mozilla. And the code is validated...
I've posted a few posts, but nothing will show up at all.
Any ideas?
Code: | <?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1; include ("b2/blog.header.php"); ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<title>your title here</title>
<?php comments_popup_script() ?>
<script language="javascript" type="text/javascript">
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=170,height=300');");
}
</script>
<style type="text/css">
<!--
body {
background-image:url("bckg.png");
font-family:trebuchet ms;
font-size:7.5pt; color:#000000
}
td {
font-family:trebuchet ms;
font-size:7.5pt; color:#000000;
background-color:#CAC694;
border:1px solid #000000
}
td.side {
background-color:#969363; font-weight:bold; text-align:right}
td.header {
background-color:#969363; font-weight:bold; text-align:center}
.image {position:absolute; left:0; top:0}
.navi {position:absolute; left:3; top:564; width:224}
.content {position:absolute; left:235; top:582; width:382}
input {}input, textarea, select {
font-family: trebuchet ms;
font-size:7.5pt;
color:#000000;
background-color: #969363;
border-style:solid; border-width: 1px 1px 1px 1px; border-color:#000000
}
--!>
</style>
</head>
<body>
<div class="image">
<img border="0" alt="" src="xtina.png">
</div>
<div class="navi">
<table width="100%" cellpadding="0" cellspacing="3">
<tr>
<td class="side">Title</td>
</tr>
<tr>
<td>Place whatever here. Please edit this part. Blah.</td>
</tr>
</table><br>
<table width="100%" cellpadding="0" cellspacing="3">
<tr>
<td class="side">Title</td>
</tr>
<tr>
<td>Place whatever here. Please edit this part. Blah.</td>
</tr>
</table><br>
<table width="100%" cellpadding="0" cellspacing="3">
<tr>
<td class="side">Title</td>
</tr>
<tr>
<td>Place whatever here. Please edit this part. Blah.<br><br>
<center>
<?php include("calendar.php")?>
</center>
</td>
</tr>
</table><br>
<table width="100%" cellpadding="0" cellspacing="3">
<tr>
<td class="side">Title</td>
</tr>
<tr>
<td>Place whatever here. Please edit this part. Blah.</td>
</tr>
</table><br>
<table width="100%" cellpadding="0" cellspacing="3">
<tr>
<td class="side">Title</td>
</tr>
<tr>
<td>Place whatever here. Please edit this part. Blah.</td>
</tr>
</table><br>
<table width="100%" cellpadding="0" cellspacing="3">
<tr>
<td class="side">Title</td>
</tr>
<tr>
<td>Place whatever here. Please edit this part. Blah.</td>
</tr>
</table><br>
<table width="100%" cellpadding="0" cellspacing="3">
<tr>
<td class="side">Title</td>
</tr>
<tr>
<td>Place whatever here. Please edit this part. Blah.</td>
</tr>
</table><br>
<table width="100%" cellpadding="0" cellspacing="3">
<tr>
<td class="side">Title</td>
</tr>
<tr>
<td>Place whatever here. Please edit this part. Blah.</td>
</tr>
</table>
</div>
<div class="content">
<center>
<form action="qa/ask.php?id=process" method="post">
<input type="text" name="question" value="Got a Question?" size="40"> <input type="submit" value=" ask ">
</form><A HREF="#" onClick="crush=window.open('qa/index.php','popup','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=300,height=300');return false;">Questions & Answers</a>
</center>
<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
<table width="100%" cellpadding="0" cellspacing="3">
<tr>
<td class="header"><?php the_date() ?></td>
</tr>
<tr>
<td>
<?php the_content() ?>
</td>
</tr>
<tr>
<td class="header"><?php the_author() ?> // <?php the_time() ?> // <?php comments_popup_link("0 Comments", "1 Comment", "% Comments") ?></td>
</tr>
</table><br>
<!-- // this is just the end of the motor - don't touch that line either :) -->
<?php } ?>
</div>
</body>
</html> |
|
|