Alphanav Help Needed...

  • Brian Jester
  • Beginner
  • Beginner
  • No Avatar
  • Joined: Jan 06, 2006
  • Posts: 61
  • Loc: Bayonne, New Jersey USA
  • Status: Offline

Post January 3rd, 2013, 1:07 pm

Hi Scott,

I want to put text under the banner such as the title of the ad, and some other info...Can you make it so that the text $row[alt] (the last one in the loop, cause the first and second are for alt and title text over the ad) shows under the banners? I tried a <br /> tag, but that affects all the banners displayed, I am guessing some table code, but I haven't worked with table code in who knows how long...Especially with php.

Thank you.
Brian
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post January 3rd, 2013, 1:07 pm

  • ScottG
  • Proficient
  • Proficient
  • No Avatar
  • Joined: Jul 06, 2010
  • Posts: 280
  • Status: Offline

Post January 3rd, 2013, 1:50 pm

Besides redoing the results page you could do something like this.
PHP Code: [ Select ]
while($row = mysql_fetch_array($result)) {  
     if($c%$rows==$rows-1) echo "<div style=\"clear: both;\">";
     echo "<div style=\"float:left;\"><a href=\"details.php?id=$row[n] \"><img class=\"ads\" alt=\"$row[alt]\" title=\"$row[alt]\" src=\"$row[banner]\"></a><br />$row[alt]</div>";
     $c++;
}
 
  1. while($row = mysql_fetch_array($result)) {  
  2.      if($c%$rows==$rows-1) echo "<div style=\"clear: both;\">";
  3.      echo "<div style=\"float:left;\"><a href=\"details.php?id=$row[n] \"><img class=\"ads\" alt=\"$row[alt]\" title=\"$row[alt]\" src=\"$row[banner]\"></a><br />$row[alt]</div>";
  4.      $c++;
  5. }
  6.  
  • Brian Jester
  • Beginner
  • Beginner
  • No Avatar
  • Joined: Jan 06, 2006
  • Posts: 61
  • Loc: Bayonne, New Jersey USA
  • Status: Offline

Post January 3rd, 2013, 4:16 pm

Thanks again Scot, you are very good help!

Brian

Post Information

  • Total Posts in this topic: 18 posts
  • Users browsing this forum: No registered users and 100 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.