View Single Post
  #4  
Old 02-09-2010, 04:36 PM
Fireballchad Fireballchad is offline
Member
 
Join Date: Aug 2009
Posts: 49
Credits: 12,382
Fireballchad
Default RE: php question

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
Reply With Quote