From the top: Personal -> Dashboard -> Profile or just https://subeta.net/preferences.php?act=profile
Place code in the big box that says Profile Text :)
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
Well, you can always check your profile https://subeta.net/users/Aly to see if the styles are showing up :)
There is just one thing though. You see that section of your profile that has the header "Profile"? That has to be on your profile in order for the code to show up. If you delete that, then the "Profile Text" won't show up, so any custom code there will also not be on your profile (if that makes sense)
Also, welcome to Subeta! If you have more coding questions, or questions about anything on the site really, please just ask. I'm happy to help and there's a ton of friendly users here who'd be willing to help you out too.
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
Thank you for this! I'm struggling positioning the widgets but unsure if it's me or the site - I spend a few hours learning how it works before I can actually make anything x.x;
Got any tips for me? :P
And yes, that makes sense! It's like if it's not there there's no CSS there - and no CSS means no styling D':[/small][/font]
The way the widgets work, you have to drag them to the position you want, and then click "Update Order" before doing anything else.
So, if you drag them, and then edit one of them, and save... that won't save the new order.
I'm not sure if that's what you meant by "struggling positioning the widgets", if you describe your problem less vaguely, I can help more :)
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
OH! My bad, sorry ;w;' So I'm playing around with CSS - in the profile section thing I'm trying to position - say the comment box - using like position: fixed and it's identifying ID but nothing is moving - am I doing it wrong? :A;'
I've got the dragging/arranging of the widgets down just want to do my own customisation ~ //feels really dumb I swear I know how to do things haha[/small][/font]
You have to place your CSS within style tags. Right now, I see:
In your CSS box. You will want to place that within style tags for that to take effect.
I also don't see "position: fixed" anywhere, are you sure you saved it?
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
I update like 100 times a minute haha! And oh.. style tas duh .). I thought it was like a style box LOL Does that mean that we can create our own divs?? Is there a limit to the characters in the box?
//not freaking out or anything :P[/small][/font]
Yes, you can type HTML and CSS inside of that box.
I don't know if there is a character limit. I know there's a limit to pet profiles, but I'm not sure about user profiles. I wouldn't worry about it though cuz I've made some large ones before and I've never run into a limit before.
Something neat about Subeta user profiles is that you can also add widgets with HTML and CSS on them to your profile - You can select "Blank Widget", and when you edit that widget's content, you can put code in there too. sCode works as well, so it's pretty cool :)
(In fact, my own user profile has a blank widget that I customized a bit, and which contains sCode - that's how I got the opening and closing sections to work, they're really just spoiler tags.)
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights