Not Ordinary
Joined: 11 Oct 2003 Posts: 4
|
Posted: Sun Oct 26, 2003 12:45 am Post subject: Need help asap! - B2 in DIV Bug |
|
|
Hi,
I use the following code to include b2 posts in my site:
Code: | <DIV style="position: absolute; top:520px; left:242px; width:328px">
<?php
if(!$x) {
include("$default");
} else {
include("$x"); }
?>
</DIV>
|
But the ploblem is -it's only showing my last 2 posts, where there s'pposed to be and all the others are hidding under my heading graphic (have broken image so you can see through it). But when I actually go the the page that my posts are in it's ok.
(all my other pages display properly)
So what's up with it?
(see http://notordinary.com)
Please help asap as my friend is othe having this trouble. |
|