View Full Version : B2 customzing problems!


jjk808
12-11-2003, 07:39 AM
I have my b2 intalled but my text is overlapping eachother and also I tried putting a background on my page but it won't show up! Here is the code I am using:

<?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1; include ("blog.header.php"); ?>



<html>
<head>
<STYLE TYPE="text/css">

<!--select
{background:BDB5AD;
font-family:century gothic;
color:847B6B;
font-size:xx-small}

textarea, input{
font-family: century gothic;
font-size: 6pt;
color:847B6B;
background:BDB5AD;
border-style: dashed;
border-width: 1px;
border-color:847B6B; }-->

<!--BODY {
color:847B6B;
font-size:4pt;
font-family:century gothic;
text-align:justify;
cursor:default;
background-color:white;
background-attachment : fixed;
line-height: 15px;}-->


<!--
A:link{color:"#847B6B";text-decoration:none}

A:visited{color:"#FFFFFF";text-decoration:line through}

A:active{color:"#847B6B";text-decoration:none}

A:hover{color:"#FFFFFF";text-decoration:none;CURSOR:crosshair}

-->

body {

scrollbar-arrow-color: "#847B6B";

scrollbar-base-color: #BDB5AD;

scrollbar-dark-shadow-color:"#847B6B";

scrollbar-track-color: BDB5AD;

scrollbar-face-color: "#BDB5AD";

scrollbar-shadow-color: "#847B6B";

scrollbar-highlight-color: "#BDB5AD";

scrollbar-3d-light-color: "#BDB5AD";

}


</style>


<title>Niele Girl.Com</title></head>
<body background="#BDB5AD">
<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
<div style="position:absolute;left:10;top:20">
<table width="100%"><tr><td bgcolor="#BDB5AD" style="border: 1px solid #847B6B;"><div align="center"><b>
<font style="font-size: 8pt"> <?php the_title(); ?></font></b><font style="font-size: 8pt"> </font><font size="1">
<tr><td bgcolor="#BDB5AD" style="border: 1px solid #847B6B;"></font><div align="center">
<font style="font-size: 8pt">
<?php the_content(); ?>
</font>
</td></tr>
<table width="100%"><tr><td bgcolor="#BDB5AD" style="border: 1px solid #847B6B;"><div align="center">
<font style="font-size: 4pt">
<?php the_date("","<b>","</b>"); ?> @ <b><?php the_time() ?></b> - <a href="<?php comments_link() ?>"><?php comments_number("COMMENTS?", "1 COMMENT", "% COMMENTS") ?></a>
<?php include ("b2comments.php"); ?><br>
</a></font><font size="4pt">
<tr><td align="center"><font size=4pt><br>
</td></tr></table>

<!-- // this is just the end of the motor - don't touch that line either -->
<?php } ?>


</body>
</html>


and here is the url http://www.nielegirl.com/b2/inline.php

TIA

Alcy
12-11-2003, 06:51 PM
<html>
<head>
<STYLE TYPE="text/css">

<!--select
{background:BDB5AD;
font-family:century gothic;
color:847B6B;
font-size:xx-small}

textarea, input{
font-family: century gothic;
font-size: 6pt;
color:847B6B;
background:BDB5AD;
border-style: dashed;
border-width: 1px;
border-color:847B6B; }-->

<!--BODY {
background-color:847B6B;
font-size:4pt;
font-family:century gothic;
text-align:justify;
cursor:default;
background-color:white;
background-attachment : fixed;
line-height: 15px;}-->


<!--
A:link{color:"#847B6B";text-decoration:none}

A:visited{color:"#FFFFFF";text-decoration:line through}

A:active{color:"#847B6B";text-decoration:none}

A:hover{color:"#FFFFFF";text- decoration:none;CURSOR:cr
osshair}

-->

body {

scrollbar-arrow-color: "#847B6B";

scrollbar-base-color: #BDB5AD;

scrollbar-dark-shadow-color:"#847B6B";

scrollbar-track-color: BDB5AD;

scrollbar-face-color: "#BDB5AD";

scrollbar-shadow-color: "#847B6B";

scrollbar-highlight-color: "#BDB5AD";

scrollbar-3d-light-color: "#BDB5AD";

}


</style>


<title>Niele Girl.Com</title></head>
<body bgcolor="#BDB5AD">
<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($resul
t)) { start_b2(); ?>
<div style=" position:absolute;left:10
;top:20">
<table width="100%"><tr><td bgcolor="#BDB5AD" style="border: 1px solid #847B6B;"><div align="center"><b>
<font style="font-size: 8pt"> <?php the_title(); ?></font></b><font style="font-size: 8pt"> </font><font size="1">
<tr><td bgcolor="#BDB5AD" style="border: 1px solid #847B6B;"></font><div align="center">
<font style="font-size: 8pt">
<?php the_content(); ?>
</font>
</td></tr>
<table width="100%"><tr><td bgcolor="#BDB5AD" style="border: 1px solid #847B6B;"><div align="center">
<font style="font-size: 4pt">
<?php the_date("","<b>","</b>"); ?> @ <b><?php the_time() ?></b> - <a href="<?php comments_link() ?>"><?php comments_number("COMMENTS?", "1 COMMENT", "% COMMENTS") ?></a>
<?php include ("b2comments.php"); ?><br>
</a></font><font size="4pt">
<tr><td align="center"><font size=4pt><br>
</td></tr></table>

<!-- // this is just the end of the motor - don't touch that line either -->
<?php } ?>


</body>
</html>