View previous topic :: View next topic |
Author |
Message |
epolady
Joined: 30 Jul 2002 Posts: 800 Location: Texas
|
Posted: Fri Oct 10, 2003 1:53 pm Post subject: |
|
|
Those are just simple tables. You can read up on them at any good HTML help site. :\ _________________ No more support from me. Goodbye!
Go upgrade to WordPress, you'll find better support there. |
|
Back to top |
|
 |
ludvig87
Joined: 08 Aug 2003 Posts: 54 Location: Denmark
|
Posted: Fri Oct 10, 2003 4:55 pm Post subject: |
|
|
Yeah, but dont I have to edit my b2 codes to make it work??? |
|
Back to top |
|
 |
epolady
Joined: 30 Jul 2002 Posts: 800 Location: Texas
|
Posted: Fri Oct 10, 2003 9:54 pm Post subject: |
|
|
Yes you do, just make your table, and place the b2 codes (found in the readme.html) where you want them. _________________ No more support from me. Goodbye!
Go upgrade to WordPress, you'll find better support there. |
|
Back to top |
|
 |
ludvig87
Joined: 08 Aug 2003 Posts: 54 Location: Denmark
|
Posted: Sat Oct 11, 2003 7:50 am Post subject: |
|
|
Thanks a lot
Ill have a look into that file
But I might need some help - so I might ask again  |
|
Back to top |
|
 |
ludvig87
Joined: 08 Aug 2003 Posts: 54 Location: Denmark
|
Posted: Sat Oct 11, 2003 7:56 am Post subject: |
|
|
I cant find it in the readme file..
Any help? |
|
Back to top |
|
 |
ludvig87
Joined: 08 Aug 2003 Posts: 54 Location: Denmark
|
Posted: Sat Oct 11, 2003 8:20 am Post subject: |
|
|
Ive now tried to add tables in my index page around my php codes. This is what my index code looks like:
[php:1:b975f141da]<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
<div class="rightFlush"> </div><p align="center">
<TABLE BORDER="1" CELLPADDING="0" CELLSPACING="0" WIDTH="396" HEIGHT="20" bgcolor="#577389" bordercolor="#000000"><?php the_date("","<b>","</b>"); ?></p>
</TABLE><?php permalink_anchor(); ?>
<div class="storyContent"><p align="left">
<?php the_content(); ?>
<TABLE BORDER="1" CELLPADDING="0" CELLSPACING="0" WIDTH="396" HEIGHT="20" bgcolor="#577389" bordercolor="#000000"><p align="right"><BR>
<span class="storyAuthor">Posted by
<?php the_author() ?>
</span> @
<?php the_time() ?></a>
<?php link_pages("<br />Pages: ","<br />","number") ?>
<?php comments_popup_link("comments ?", "1 comment", "% comments") ?>
<?php include ("b2comments.php"); ?>
<BR>
<BR></TABLE>
<!-- // this is just the end of the motor - don't touch that line either -->[/php:1:b975f141da]
The table shows up UNDERNEATH my louise blogged ?? comments" and the date - I want it to show up AROUND it  |
|
Back to top |
|
 |
ludvig87
Joined: 08 Aug 2003 Posts: 54 Location: Denmark
|
Posted: Sun Oct 12, 2003 12:03 pm Post subject: |
|
|
I got it fixed, so dont bother about me..
I had forgot the <TR>AND <td> codes... |
|
Back to top |
|
 |
Naz
Joined: 22 Feb 2004 Posts: 5 Location: The Netherlands
|
Posted: Sun Feb 22, 2004 3:55 pm Post subject: |
|
|
ludvig87 wrote: | I want to put a table around the date and around the "louise blogged here at ???? comments" thing..
Like this girl: http://www.so-addicted.com |
Her site has closed, this is the new url to her site: http://www.lost-memory.net |
|
Back to top |
|
 |
|