thank you so much for your help finally i could make my profile <3
[tot=REQUIEM] [egg=requiem] [tp=requiem]
Thank you so much! Your code is so simple, it's really easy to customize with!
Your awesome walkthrough made this code so much easier for a beginner like myself to understand! Thank you greatly! ❤️
Tagging you so you can find this thread quickly!
you're welcome :) ! thank you for the items, too! ;3;
First I would like to say thank you for offering a profile code for free. I have been playing around with it trying to get look better but I can't seem to figure out how to change the white border around the boxes to another color. If you have a moment and can give me a clue it would be wonderful.
no problem, happy to help c: take this with a grain of salt because I haven't legit coded anything major in like 2 years? I thiiink it's ..
table, td{background-color:;border:0px solid white;}
this bit
you'll wanna change it to whatever color you like ..
table, td{background-color:;border:1px solid ;}
colourlovers has a good hex code generator but you can use other places
not sure if that'll work but worth a try T_T
This has been super helpful in understanding everything! Thank you so much for taking the time to make this for us who want to learn!
my background image has been broken for awhile now but I finally decided to mess with it today to see what I could figure out - no matter what I do it doesn't want to show. I've tried adding quotes, taking away and adding the semicolon, using different images, taking away the background color... it's so strange. I'm not sure why it suddenly stopped working. Anyway if you have any tips I'd be grateful!
html{cursor:default; background:url("https://i.imgur.com/PgX1X9t.png");}
(art by KayBit on Dappervolk)sorry for the late reply, I'm not as active on the site as before
the image isn't broken, I'm seeing it with the direct link though there's no way it will stretch as it's smaller width/height maybe it needs to specify color although that shouldn't matter (using https://www.w3schools.com/css/css_background_shorthand.asp to help me out, it's been a while since coding) I think the biggest culprit is you're not putting a space between the credit bit and html so it's lumped together as */html
try...
html{cursor:default; background-color:; background:url(https://i.imgur.com/PgX1X9t.png) repeat;}
so when you mentioned the bit with the code and I went back to fighting this thing XD I finally noticed that I had it in a seperate box at the bottom and THEN realized that I somehow had the code pasted in two different memo boxes. So therein lay my problem XD so thanks for helping me even though it ended up being in a really round about way lol
(art by KayBit on Dappervolk)no problem xD glad you managed to fix it! lovely background!
Thank you so much for this
Newbie coder here. I've been looking everywhere for a simple, straightforward guide to customizing the profile. Can't believe it took this long to find this. Bookmarking this thread for reference when I get some more time to play around with the code. Thank you!!!!
[img align=center]https://media.tenor.com/oLk4aQyJggoAAAAC/ace-ace-kpop.gif[/img]
Want a bite?
I bite for: 56 strains
Bite Me/In progress:
no problem, happy to help! n_n also, check out w3schools for additional and more generalised css advice!
hope you don't mind the ping. i want to target specific widgets to code, but i was wondering how to find the "name" of all the sections on user profiles, for example the textbox property is
.textbox{
which seems really obvious, but i'm hesitating bc the 'Options' widget is actually
.user-options{ and from your original code i also have lingering around (which addresses the 'Pets' section surely). so i'm just wondering how you know the right name for all the sections 😂 😂
like, will .user-achievements or work for the Achievements section?
somehow wound up here tonight n sniffs around..sounds like you are creating things for profiles..since mine blew apart i may audit the class n sit back for any bit of help i can get.
ClickWHAT YOU NEEDplay~
[url=https://youtu.be/OCyu_MZdTJM]ClickPlay RUN Snow Patrol~[/url ]
hi, thanks for the dance c:
if you go to your profile and right click on view page source or something similar then you will get all the css on the page pop up
that's how people know which section is which, by peeking at subeta code
to answer your last question, I have no idea ;3; but ctrl + f will be your friend
hope the thread can be of help, it is 4 years old xD