• 0

side bar on page


Question









<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>





<?php the_date(); ?>





<?php permalink_anchor(); ?>

<?php the_title(); ?>


<?php the_content(); ?>




posted by <?php the_author() ?> @ <?php the_time() ?>




<?php comments_number("no comments", "1 comment", "% comments") ?>



<?php include ("b2comments.php"); ?>





:) -->

<?php } ?>





[powered by b2.]







login


register





Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0

Either use frames, or a table.

For the table-based approach, do something like:

&lt;pre&gt;

&lt;body&gt;

  &lt;table&gt;

    &lt;tr&gt;

      &lt;td width="50"&gt;...side bar goes here...&lt;/td&gt;

      &lt;td&gt;



        ... all the stuff between you're body tags goes here...



      &lt;/td&gt;

    &lt;/tr&gt;

  &lt;/table&gt;

&lt;/body&gt;

&lt;/pre&gt;

Link to comment
Share on other sites

  • 0

here is what i now have:

ooh BTW it is here: temp.<< spam >>

<?php // Don't remove this line, it calls the b2 function files !



include ("blog.header.php"); ?>















<?php echo $blogname ?>





<script language="JavaScript">





function MM_jumpMenu(targ,selObj,restore){ //v3.0

eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");

if (restore) selObj.selectedIndex=0;

}



function MM_findObj(n, d) { //v4.0

var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {

d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}

if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i
for(i=0;!x&&d.layers&&i
if(!x && document.getElementById) x=document.getElementById(n); return x;

}



function MM_jumpMenuGo(selName,targ,restore){ //v3.0

var selObj = MM_findObj(selName); if (selObj) MM_jumpMenu(targ,selObj,restore);

}

//-->





[center]









<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>



<?php the_date(); ?>









<?php permalink_anchor(); ?>



[b]<?php the_title(); ?>[/b]




<?php the_content(); ?>








posted by [b]<?php the_author() ?>[/b] @ <?php the_time() ?>








<?php comments_number("no comments", "1 comment", "% comments") ?>







<?php include ("b2comments.php"); ?>

:) -->

<?php } ?>

[powered by [url="http://b2.dayzero.org"][b]b2[/b][/url].]









[url="b2login.php"]login[/url]




[url="b2register.php"]register[/url][/center]













Link to comment
Share on other sites

  • 0




<?php echo $blogname ?>






::News::





<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>





<?php the_date(); ?>





<?php permalink_anchor(); ?>

<?php the_title(); ?>


<?php the_content(); ?>




posted by <?php the_author() ?> @ <?php the_time() ?>




<?php comments_number("no comments", "1 comment", "% comments") ?>



<?php include ("b2comments.php"); ?>





:) -->

<?php } ?>









[powered by b2.]







login


register



Link to comment
Share on other sites

  • 0

I really need help from someone who knows php... i need alot more coding on the site and would like some assistance if anyone is interested... :)

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.