View Single Post
  #3  
Old 7th December 2011, 20:42
eckeO5 eckeO5 is offline
Senior Member
 
Join Date: Jan 2011
P2P
Posts: 117
Thumbs up
posted this in another thread too...
but sure takes here better seed


take browse.php

may be on line 356 or whatever you find:

PHP Code:
    <a href="'.$seolink.'" target="_self" /><img src="'.$BASEURL.'/'.$pic_base_url.$table_cat.'/'.$c['image'].'" border="0" alt="'.$cname.'" title="'.$cname.'" /></a
change to:

PHP Code:
    <a href="'.$seolink.'" target="_self" /><img src="'.$BASEURL.'/'.$pic_base_url.$table_cat.'/'.$c['image'].'" border="0" alt="'.$cname.'" title="'.$cname.'" width="45" height="35" /></a
with that: width="45" height="35" / at the end thereīs possibility to resize your icons to whatever size you want to.


example:
Click the image to open in full size.

think thatīs the best way.

cheers and very much thx to Edgein, DAKz, x360zone, mmisu120000 and for all lateam-staff for all your help with tsse 5.6.

and thx nightcrawler!!!
Reply With Quote