Replies

Oct 18, 2016 9 years ago
HirYoshiMa
is synthetic
User Avatar

i briefly looked around but didnt see anything, probably because i have no idea what i'm doing.

anyway, i have 2 questions:

  1. is there a way to put a box with a rotating avatar from my saved avatars
  2. i'm trying to make a list of items i give out when people tot at my house; so far it's working but it places each item in a new line as if i've thrown a [.br] in there, which i haven't. i recall needing to add [.br]s to everything in profile boxes, so what gives? i haven't even added lines with the enter key. is that just a quirk of item code?

[edit] from this list re:saved avatars, just to be clear

Gold is forever.

Oct 21, 2016 9 years ago
Star Captain
Avilla
User Avatar
Kyroshi

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]

Oct 21, 2016 9 years ago
HirYoshiMa
is synthetic
User Avatar

Thanks so much! i'll fiddle around with that ^^

Gold is forever.

Oct 22, 2016 9 years ago
nene
User Avatar
Angora

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.

Please log in to reply to this topic.