Replies

Feb 12, 2019 7 years ago
Sonic_620
made a huge mistake
User Avatar

I'm trying to split my pet block (on my user profile) into specific categories. For example, "1" and "2" go into the "numbers" section, while "A" and "B" go into the "letters" section. I saw this on users like Hiccup's profile, where they have fanpets, ocs, etc. How do I do this?

Feb 17, 2019 7 years ago
Fire
is sweet
User Avatar
Shinju

What hiccup did is make a blank section and do something simple like: (title) (img) (name) and repeat. It isn't based off the pets that you currently have. So if they got a new pet,, they would have to add them in manually.

If you want something based off the code alone...

First, arrange the order that you want in Pet Order. Then when you want to add the title, grab the specific pet's ID and use ::before to add a title. like for example: ::before { content: "TITLE HERE";} Note that you cannot add tags or style inside the content. To edit how it looks you'd have to do something that affects all of the pets area and then change back the pet's names, like this: {font-size:24px;} td {font-size:10px!important;} You will have to make the table inline block so that when you want to make a line break (before a new title) you can simply add margin or content line break with ::after the specific pet's id.

I hope you can more or less understand what I meant Px I don't mind going in and doing the code (but i'd have to charge Px) but you may need to understand it to update it as need be. If you want to add a new pet, you'd still need to go into it manually and change the position of the pet's ID (example: you add a pet between 3 and 4, that pet becomes the new 4 and you have to change the numbers in the CSS)

Mar 12, 2019 7 years ago
Oh My Shinwa, we thought
SongSparra
was dead
User Avatar
Ash-Ash

Hi just been reading what you wrote and realised I still don't read Latin lol. Don't suppose you'd like to earn (insert price/item here) and do what ever that was you said for my pets lol. I've done the blank section with the {pet = each pet name } (using []) but I'd really like them set in neat columns (yes I'm retentive lol) with a nicer display of the pets like they were in the 'pet section' prior, no can't go back as I also want to give individual section titles. If you understood any of that and would be willing to help me out PLEASE contact me.

INSIDE EVERY ADULT IS A CHILD THINKING WT??!!!

Mar 12, 2019 7 years ago
Fire
is sweet
User Avatar
Shinju

Hey! I dont mind doing it for free, its just finding the time to sit down and type it out. I'll get back to you tonight

Please log in to reply to this topic.