Ok I am going to bump this instead of making a new post.
As of right now I am using CSS li {display:inline;}
PHP Code:
$article_content = $article_content."<ul><li>";
// Output the table information...
// Get the current adoptable's image
$image = getcurrentimage($aid);
$article_content = $article_content."<p>".$name."</p><p><a href='myadopts.php?act=manage&id=".$aid."'><img src='".$image."' border=0></a></p><p>
<b><a href='myadopts.php?act=manage&id=".$aid."'>Manage</a></b></p>";
$article_content = $article_content."</li>";
Yet it put them in a diagonal line down the screen. Not Side To Side.
A
...B
.....C
Instead of
A B C