Thread: Pls help
View Single Post
  #4  
Old 04-22-2009, 04:52 PM
BMR777 BMR777 is offline
Member
 
Join Date: Jan 2011
Posts: 1,122
Gender: Male
Credits: 11,311
BMR777 is on a distinguished road
Default RE: Pls help

Quote:
Originally Posted by 12345
One more thing. When I create adopt pet, then another one, they showing in vertical column. I want to show them like this:
pet pet pet
pet pet pet
How do this?
In myadopts.php find this code:

PHP Code:
$article_content $article_content."<table width='440' border='1'><tr>";



// Output the table information...
// Get the current adoptable's image

$image getcurrentimage($aid);

$article_content $article_content."<td><div align='center'><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>
</div></td>"
;


$article_content $article_content."</tr></table><br>"
You can change the HTML content inside the quotemarks to whatever you want to. :)
Reply With Quote