The Arcive of vBulletin Modifications Site. |
|
Categort Icons Very Small Details »»
|
|||||||||||||||||||||||||
I have probably done something or not but can any one help why my Category Icons are so small.
http://www.nifootball.co.uk/forum/arcade.php Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
open up your arcade.php
and find this line Code:
$the_cat['cat_name'] = "<img src='".$file."' alt='' border='0' width='20' height='20' /> ".$the_cat['cat_name']; Code:
width='20' height='20' like so Code:
width='60' height='60' enjoy |
|
#3
|
|||
|
|||
|
Excellent, one other thing on the layout of the categories. How do I get them to look like the ibparcade site.
Thanks http://www.ibparcade.com/index.php?autocom=arcade |
|
#4
|
||||
|
||||
|
add <br /> after or before   in that line
|
![]() |
|
|