![]() |
|
|
|
#1
|
|||
|
|||
|
I really love this script and it works great on my site, but there is a question coming from my users and I'm just a beginner in using php. So here's the problem:
All available adoptables on the adopt-site (file is called adopt.php) are shown among one another. It takes a lot of time scrolling through all of them, if there are many adoptables. My user asked me, if it's possible to show the adoptables side by side. I tried and tested by deleting some of the <p>-tags in the code, but never got a satisfying result. Does someone know, how to programm the following code segment to show the adoptables "in a line"? Code:
//If we can adopt the adoptable, show the image and adoption link...
$article_content = $article_content."<p><b><u><a href='adopt.php?id=".$aid."'>".$type.":</a></u></b>
<a href='adopt.php?id=".$aid."'><img src='".$eggimage."' border='0'></a>";
if($isloggedin == "yes"){
$article_content = $article_content."<b><a href='adopt.php?id=".$aid."'><img src='templates/icons/add.gif' border=0> Adopt ".$type."</a></b></p>";
}
else{
$article_content = $article_content."<img src='templates/icons/no.gif' border=0> <b>".$guesterror."</b></p>";
}
|
|
#2
|
|||
|
|||
|
Please use the search function. The code to make them line in a row has already been given many times.
Sea |
|
#3
|
|||
|
|||
|
I've used the search-function but didn't try the right words for. Now I'v found something helpful and it worked. Thanks!
|
|
#4
|
|||
|
|||
|
What code need?
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Free Line Art / Looking For Site To Draw For ;w; | Sibyl | Art Gallery | 12 | 09-09-2016 08:15 PM |
| V day vs your waist line. | RoconzaArt | Other Chat | 8 | 01-26-2011 07:44 PM |
| More Pets in a Line | Akyro | Questions and Supports | 3 | 08-03-2010 01:10 PM |
| Choosing Adoptables Type [EASY ADOPTABLES SCRIPT ONLY] | Ashje | Addons/Mods Graveyard | 2 | 05-24-2009 04:17 AM |
| Code line search | 12345 | Questions and Supports | 2 | 03-13-2009 07:21 AM |
What's New? |
What's Hot? |
What's Popular? |