i briefly looked around but didnt see anything, probably because i have no idea what i'm doing.
anyway, i have 2 questions:
[edit] from this list re:saved avatars, just to be clear
Gold is forever.
I don't think it's possible to do without something like JavaScript so no, but I'm not 100% sure on that... for , there are a bunch of ways you could do that. The easiest is just
You can make the width bigger or smaller to change how far apart the images are.
[tot=Avilla]
Thanks so much! i'll fiddle around with that ^^
Gold is forever.
The easiest way that comes to mind is just adding in this line of code:
<style type="text/css">
.wl_item {display: inline-block;}
</style>
or this:
<style type="text/css">
.wl_item {float: left;}
</style>
You shouldn't have to change anything else or edit them individually if so.