Quote:
Originally Posted by yayvb
Please see a user of my website's profile. The friends names are too long so it is breaking my skin. www.420boards.com/scottso
Can someone please tell me how I can make either only 4 allowed per row or even better yet how to not have this skin break by somehow limiting the names in the vbfriends thing.
|
Well first, I look at your profile and didn't see anything wrong with it but to change the per row option.....
Change this:
Code:
(($inoutcounter % 5
to
Code:
(($inoutcounter % 4
or whatever amount you want to show.