Recent Topics

1 Dec 02, 2005 05:51    

I am using multiblogs.php to display multible blogs on the "homepage". However there is no break between the posts.

http://host47.hrwebservices.net/~danceu/pages/home.php/home

How can I tweak the code to have a break between posts on the blog displayed on the left?

This works fine in the other pages that are controlled by index.php.

Any help would be appreciated.

Thanks.

2 Dec 02, 2005 11:25

look for:

<div class="bPosts">


And change i t to:

&nbsp;<br /><div class="bPosts">


Should work

3 Dec 02, 2005 13:54

Thanks it worked great.


Form is loading...