View previous topic :: View next topic |
Author |
Message |
jenn808
Joined: 07 Dec 2003 Posts: 22 Location: Kauai, Hawaii
|
Posted: Wed Dec 10, 2003 10:03 am Post subject: Blog not showing up right????? |
|
|
I don't know what I did wrong but my blog won't display. I want my blog to be in tables like this site http://www.local-girl.org but it won't work and the blog doesn't show. Here is my site where my blog is located http://www.nielegirl.com/inline.html
Thanks.... _________________ ~Jenn~ |
|
Back to top |
|
 |
Candle
Joined: 23 Dec 2002 Posts: 541
|
Posted: Wed Dec 10, 2003 10:51 pm Post subject: ,,,,,,,,,, |
|
|
rename html to php for it to work .. _________________ Play Aliens Awaken mY new Game . |
|
Back to top |
|
 |
jenn808
Joined: 07 Dec 2003 Posts: 22 Location: Kauai, Hawaii
|
Posted: Thu Dec 11, 2003 12:44 am Post subject: |
|
|
Now it says there is an error!
Here is my code:
Quote: | <?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">
<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">
<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
<?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: 8pt">
<?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="1">
<tr><td align="center"><font size=1><br>
</td></tr></table>
<!-- // this is just the end of the motor - don't touch that line either -->
<?php } ?>
</body>
</html>
|
Just when I thought I got it  _________________ ~Jenn~ |
|
Back to top |
|
 |
epolady
Joined: 30 Jul 2002 Posts: 800 Location: Texas
|
Posted: Thu Dec 11, 2003 12:59 am Post subject: |
|
|
Is blog.header.php in the same directory as inline.php? _________________ No more support from me. Goodbye!
Go upgrade to WordPress, you'll find better support there. |
|
Back to top |
|
 |
jenn808
Joined: 07 Dec 2003 Posts: 22 Location: Kauai, Hawaii
|
Posted: Thu Dec 11, 2003 1:38 am Post subject: |
|
|
Thank you thank you....it worked. Although I have a new problem. I don't know where my title is, I think I got the html right. Also when I made a new post in my blog my content in my old post either shrunk or disappeared?
Can you help me??? TIA _________________ ~Jenn~ |
|
Back to top |
|
 |
epolady
Joined: 30 Jul 2002 Posts: 800 Location: Texas
|
Posted: Thu Dec 11, 2003 4:19 am Post subject: |
|
|
Where's your blog now? inline.php seems to have been deleted. _________________ No more support from me. Goodbye!
Go upgrade to WordPress, you'll find better support there. |
|
Back to top |
|
 |
jenn808
Joined: 07 Dec 2003 Posts: 22 Location: Kauai, Hawaii
|
Posted: Thu Dec 11, 2003 4:34 am Post subject: |
|
|
I put inline.php in my b2 folder. http://www.nielegirl.com/b2/inline.php _________________ ~Jenn~
Last edited by jenn808 on Thu Dec 11, 2003 4:40 am; edited 1 time in total |
|
Back to top |
|
 |
epolady
Joined: 30 Jul 2002 Posts: 800 Location: Texas
|
Posted: Thu Dec 11, 2003 4:39 am Post subject: |
|
|
And the URL would be......? _________________ No more support from me. Goodbye!
Go upgrade to WordPress, you'll find better support there. |
|
Back to top |
|
 |
jenn808
Joined: 07 Dec 2003 Posts: 22 Location: Kauai, Hawaii
|
Posted: Thu Dec 11, 2003 4:42 am Post subject: |
|
|
Wow I think we posted at the same time! I'm sorry I forgot to add the url I edited my last message to put in the url! _________________ ~Jenn~ |
|
Back to top |
|
 |
epolady
Joined: 30 Jul 2002 Posts: 800 Location: Texas
|
Posted: Thu Dec 11, 2003 5:01 am Post subject: |
|
|
Code: | <!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?> |
This goes before any b2 tags, which is probably why you title isn't showing. _________________ No more support from me. Goodbye!
Go upgrade to WordPress, you'll find better support there. |
|
Back to top |
|
 |
jenn808
Joined: 07 Dec 2003 Posts: 22 Location: Kauai, Hawaii
|
Posted: Thu Dec 11, 2003 8:45 am Post subject: |
|
|
I can see my title now but everything is over lapping. I don't think I put the code in the right place but I can't see where it goes! _________________ ~Jenn~ |
|
Back to top |
|
 |
|