Replies

Dec 9, 2014 11 years ago
tori191
is a pumpkin punisher
User Avatar
Apple-Jack

Hey, So I haven't changed around my home page (not sure what to call it) on here since I started Subeta. And now that I have new pets I want to change some things and I was wondering if someone could help with the coding or tell me how to do this. So if you click on my name right now you will see that I have all my pets right when you click with them listed in a three a row. If you go down you can see that I have some old overlays. but those overlays are in a 1 by 1 row. I want to keep using the overlays, shrink them and make it look like the way all of my pets are being displayed. I hope I explained that well... So help?

Please ping me :)

Dec 9, 2014 11 years ago Official
Danni
is a SUPER USER!!!
User Avatar
Lassie_540

Moving to Profiles & Graphics Discussion!

Dec 9, 2014 11 years ago
egg
is a bad egg
User Avatar

You would just put them into some type of image editor and change it to the size you want. Then upload the images to a hosting site. Then if you wanted the images to link to the profiles, you would have to use scode. So like

but you would have to make a new blank section for that. It won't just show up under the pets widget.

Dec 13, 2014 11 years ago
tori191
is a pumpkin punisher
User Avatar
Apple-Jack

When I do they I just get a singular row. I want them ether two across or three cross.

Please ping me :)

Dec 17, 2014 11 years ago
Vaixation
is a flower child
User Avatar
Flowey

If I'm understanding you right, the reason why your overlays in the block below are on separate lines is mainly because their size is much larger than the block they're inside. Therefore, they automatically get posted beneath each other rather than displaying in a line of three or two as you want them.

Put this above everything else in your block -

<style> img {width:100px; height:100px;}</style>

Then, put all of your custom pet images into a div. Like this -

<div id="custompets"> PUT ALL OF YOUR IMAGES AND LINKS IN BETWEEN THESE TAGS. </div>

Don't forget the end div tag after your images; that's pretty important!

[box=#444342]

V A I X A T I O N . [vikes-ZAY-shun] . they/them
[/box] [box=#a7c7cc][/box] [box=#f5e6b7][/box]

Dec 18, 2014 11 years ago
tori191
is a pumpkin punisher
User Avatar
Apple-Jack

K so thats working for making them smaller. But its not doubling them up. go check out my page

Please ping me :)

Dec 18, 2014 11 years ago
tori191
is a pumpkin punisher
User Avatar
Apple-Jack

Thanks!!! And how do I end it?

Please ping me :)

Dec 18, 2014 11 years ago
Vaixation
is a flower child
User Avatar
Flowey

Quote
K so thats working for making them smaller. But its not doubling them up. go check out my page

They're displaying side-by-side for me personally. Make sure you don't have any linebreaks between them. Your browser's width can also affect whether or not they're in two columns as well.

Quote
Thanks!!! And how do I end it?

I'm assuming you're asking how to end the div? Just put this -

</div>

  • after your pet image and links as shown above. C:

[box=#444342]

V A I X A T I O N . [vikes-ZAY-shun] . they/them
[/box] [box=#a7c7cc][/box] [box=#f5e6b7][/box]

Please log in to reply to this topic.