Border or Background color on Search Row Block

Hi all: Can anyone tell how to place a border or a (background color-separating each profile row block, i.e. blue, green, blue, green and so on) in the Members/Search - (searchrow_block)(page)? Presently, all profiles rows are almost stacked together atop each other and i'm looking for a little more distinction. I traced the (searchrow_block) to the (searchrow_block.html) SEE BELOW: Not an expert in html or php. I tried a coulpe of things but did not work. I appreciate anyone's help. Thank you so much. Regards, Tony.

//searchrow.html//

<div class="searchrow_block">
<div class="clear_both"></div>
<div style="position:relative;float:left;">

__thumbnail__
</div>
<div class="match_zodiac">
__zodiac_sign__
</div>
<div class="short_desc" style="__add_style_c1__">
__match__
<div class="nick">__nick__</div>
<div class="age_from">__age_sex__ __from__ __city_con__</div>
<div class="desc">__i_am_desc__</div>
</div>

<div class="short_desc" style="__add_style_c2__">
__match2__
<div class="nick">__nick2__</div>
<div class="age_from">__age_sex2__ __from__ __city_con2__</div>
<div class="desc">__i_am_desc2__</div>
</div>

<div class="clear_both"></div>
<div class="links">
__al_im__
__al_kiss__
__al_sendmsg__
__al_fave__
</div>
<br />
<div class="clear_both"></div>
</div>
<div class="clear_both"></div>

Quote · 26 Feb 2009

I have something like this if you wanna work on it.

CLICK HERE

new win

pm me for filepack

I have video tutorials to help you mrpowless.com
Quote · 26 Feb 2009

hi mrpowless:

 

thanks for the reply and yes anything would be better than the default. i viewed your sample and it looks great so if you would be so kind and share that mod with me it would be great. much appreciated and best whishes. tony

Quote · 26 Feb 2009

Hi

Your link is broken.

I would like a diferent background colo for each profil search result.

I tryed this in search.php but doesn t work:

//output search results

$var = $sTemplSearch % 2;
if ($var == 0){
$couleur='#a9a9dd';
}
else{
$couleur='#ffffff';
}

echo "<tr><td bgcolor=" .$couleur. ">";

$sTemplSearch =  file_get_contents ( BX_DIRECTORY_PATH_ROOT . "templates/tmpl_{$tmpl}/searchrow.html" );

Thank

Quote · 29 Jun 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.