Yeah, I'm trying to adjust the achievement section on my profile to show only the text. Is there a way to do this without the item-sized empty space that's now there?
... andyestheprofile'sforsomeoneelse.
Just looked at the source code real quick, try this
.sp-table img {display:none;}
Just did. Nada. :{ It looks the same as my code. and if you get ride of td.sp_table it kills the image AND the text, even though there're two of them.
[edit] That didn't actually help. You could try moving the text that is there now over a bit with padding?
... didn't do anything at all. :{
Oh, thank you so much! :D It worked!