View Single Post
Old 06-01-2004, 12:49 PM   #4
vinyl-junkie
Purple Mole
 
Join Date: Jan 2004
Posts: 694
This is untested, but find the following code in search_function.php
PHP Code:
'img_tag' => '<img border="0" src="'.WEIGHT_IMGSRC.'" width="'.ceil(WEIGHT_WIDTH*$weight/100).'" height="'.WEIGHT_HEIGHT.'" alt="" />'
and replace it with
PHP Code:
'img_tag' => '<img border="0" src="'.WEIGHT_IMGSRC.'" width="'.WEIGHT_WIDTH.'" height="'.WEIGHT_HEIGHT.'" alt="" />'
Be sure to remove any word wrapping in the above code.

Let us know if this solves the problem.
vinyl-junkie is offline   Reply With Quote