kingjacob
07-23-2008, 06:08 AM
Anyone able to help out with an annoying problem.?
The top list is running into the bottom. I know the solution is right in my face but I dont see it.
Oh andhttp://houstonvanguard.com
<div class="lsidebar">
<ul>
<h2>Musical Notes</h2>
<?php
global $post;
$myposts = get_posts('numberposts=6&offset=1&category=4');
foreach($myposts as $post) :
?>
<li class="l1"><a href="<?php the_permalink(); ?>"><?php the_thumb("link=p"); ?></a>
<?php endforeach; ?></li>
<p><p>
<h2>Words on Paper</h2>
<?php
global $post;
$myposts = get_posts('numberposts=6&offset=0&category=5');
foreach($myposts as $post) :
?>
<li class="l1"><a href="<?php the_permalink(); ?>"><?php the_thumb("link=p"); ?></a></li>
<?php endforeach; ?>
</ul>
</div>
The top list is running into the bottom. I know the solution is right in my face but I dont see it.
Oh andhttp://houstonvanguard.com
<div class="lsidebar">
<ul>
<h2>Musical Notes</h2>
<?php
global $post;
$myposts = get_posts('numberposts=6&offset=1&category=4');
foreach($myposts as $post) :
?>
<li class="l1"><a href="<?php the_permalink(); ?>"><?php the_thumb("link=p"); ?></a>
<?php endforeach; ?></li>
<p><p>
<h2>Words on Paper</h2>
<?php
global $post;
$myposts = get_posts('numberposts=6&offset=0&category=5');
foreach($myposts as $post) :
?>
<li class="l1"><a href="<?php the_permalink(); ?>"><?php the_thumb("link=p"); ?></a></li>
<?php endforeach; ?>
</ul>
</div>