I may be wrong but I don't think you'll be able to get rid of it like that. The left cell is defined as being 115px and the right is defined as being 215px with your $onlineusers variable being in the middle; the problem is that $onlineusers is greater than the width available (notice the second line that has the "closed thread icon" extends past the right column). Try removing the 115 length from the left column to see if that helps out.
|