Dr.Pepper
Joined: 16 Jan 2004 Posts: 1
|
Posted: Fri Jan 16, 2004 8:56 am Post subject: i made a custum temp it works kinda and help. |
|
|
Code: |
<?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1; include ("blog.header.php"); ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php bloginfo('name') ?><?php single_post_title(' :: ') ?><?php single_month_title(' :: ') ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="reply-to" content="<?php bloginfo('admin_email'); ?>" />
<meta http-equiv="imagetoolbar" content="no" />
<meta content="TRUE" name="MSSmartTagsPreventParsing" />
<style type="text/css">
body {
font-family: Helvetica, Arial, Verdana;
background-color: #FFFFFF;
margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 20px;
}
table.status {
position: absolute;
left: 20px; top: 20px;
}
div#links a {
border-color: black #CCCCCC #CCCCCC black;
font-family: Helvetica, Arial, Verdana;
font-size: 16px; font-weight: bold;
color: #CCCCCC; text-decoration: none;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 1px;
border-bottom-width: 1px;
line-height: 30px;
}
div#links a:hover {
border-color: black #FF6633 #FF6633 black;
font-family: Helvetica, Arial, Verdana;
font-size: 16px; font-weight: bold;
color: #FF6633; text-decoration: none;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 1px;
border-bottom-width: 1px;
line-height: 30px;
}
div#links a span {display: none;}
div#links a:hover span {
display: block;
position: absolute;
top: 20px; left: 20;
width: 100px;
color: #CCCCCC;
font-size: 10px;
text-align: left;
}
.dm1tri {
font-family: Helvetica, Arial, Verdana;
font-size: 60px; font-weight: bold; color: #FF6633;
}
.text {
font-size: 12px;
}
b {
color: #FF6633;
}
a:link,a:visited {text-decoration: none; color: #CCCCCC;}
a:active,a:hover {text-decoration: none; color: #FF6633;}
</style>
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="25" width="550"></td>
<td height="25" width="1"></td>
<td height="25" width="200"></td>
</tr>
<tr>
<td height="1" width="550" bgcolor="#CCCCCC"></td>
<td height="1" width="1" bgcolor="#CCCCCC"></td>
<td height="1" width="200" bgcolor="#CCCCCC"></td>
</tr>
<tr>
<td width="550" height="350" valign="top"><span class="dm1tri">NullSet Blogging</span><br>
<br>
<table width="95%" border="0" cellspacing="0" cellpadding="10">
<tr>
<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
<?php the_date("","<h4>","</h4>"); ?>
<div class="text"><b><?php the_title(); ?></b></div><br>
<div class="text"><?php the_content(); ?></div>
<div class="text"><?php link_pages("<br />Pages: ","<br />","number") ?>
<?php comments_popup_link("Comments (0)", "Comments (1)", "Comments (%)") ?>
<?php link_pages("<br />Pages: ","<br />","number") ?>
<?php include ("b2comments.php"); ?>
</div>
</tr>
</table>
<!-- // this is just the end of the motor - don't touch that line either :) -->
<?php } ?>
<td bgcolor="#CCCCCC" width="1"></td>
<td valign="top" align="right" width="200">
<div id="links"> <a href="index.html" class="menu">Home Page<span> hello again</span></a><br>
<a href="index.html" class="menu">Crap<span> Hello</span></a><br>
<a href="index.html" class="menu">Fuck<span> Zero.</span></a><br>
<a href="index.html" class="menu">CRAPPY<span> Shutup.</span></a><br>
<a href="index.html" class="menu">c0cK?<span> Google.com is cool</span></a><br>
<a href="index.html" class="menu">?????<span> Hello word</span></a></div>
<br>
<br>
<br>
<table border="0" cellspacing="0" cellpadding="1" bgcolor="#CCCCCC">
<tr>
<td width="150" height="120">
<table border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">
<tr>
<td width="150" height="120">
<div align="center"><img src="b2-img/me_small.jpg" width="150" height="120" /></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table class="status" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">
<tr>
<td width="740" height="25"></td>
</tr>
</table>
<div class="text"><a href="b2login.php">login</a><br /></div>
</body>
</html>
|
this is the url
http://www.valleydumbasses.com/blogger/
when 1 blog is lised its fine, but.. when i do another 1 it does what u see now..
thx Jeremy |
|