wow i am siure glad you have a family willing and kind to help you!!! That means alot..you get stronger now ya hear!!! That includes less of the other game/show and more subetatime i miss your challenging outfits, i loved trying to guess who you were!!
ClickWHAT YOU NEEDplay~
[url=https://youtu.be/OCyu_MZdTJM]ClickPlay RUN Snow Patrol~[/url ]
- how frightening...so glad someone was able to help you. Especially hunky paramedics :) Please take care of yourself...get stronger and please come see us more often ❤
don't they have electricity in Texas lol well I am glad u r ok my friend ...but maybe next time u decide to wander around in the dark at least bring a pillow with you so it won't hurt so bad if you fall.... luv ya Kim glad you r okay
u also said some very good things as well plus I like giving wishlist items as presents ...

thank you! Yes, there are SO many cutie pie things in my CW feed. Difficult to decide which to buy, and which to add to the ol WL! lol
Bathhouse reminder!!
wishing you soft drifty dreams .
ClickWHAT YOU NEEDplay~
[url=https://youtu.be/OCyu_MZdTJM]ClickPlay RUN Snow Patrol~[/url ]
BHH [Item=rreign eye] 125 wiz tokens
is a lurker Hey sorry I just saw the ping from the first asking us to check in HUGSALL reporting for duty - all is AOK for the times here.
We may have had the covid back in February, but testing wasn't available at the time so who knows. It was a rough 3 weeks but thankfully we all survived. Luckily, we live in an area where delivery is no problem so groceries just came to the door.
Unfortunately, a couple weeks ago Grampa broke his hip, but no surgery complications and he seems to be healing up well. They're sending occupational and physical therapists a few times a week, and a nurse came to check on him halfway between his dr appts.
Other than that things are par for the course. We were already homeschooling (well, unschooling) and working from home or retired in this house. The only other bump on the horizon is what happens when our lease is up in November and we have to renegotiate price or move. :/ oiy vey
I hope everyone is holding up okay and has decent support systems to check into MOARHUGS
Wow its been awhile, so glad to see you came in and let us know how your doing.
BHH 150 wiz tokens
hope you arent falling alone?????? is yours in the dark an issue as wellas s?
gosh i wish you and your grandpa well!!.hope his recovery and therepy goes well
i need HELP..i am trying to learn more coding and need a placet hat lets you practice n SEE what you have done .i have practiced using my own profile page and messed it up totally...but i need to see what the changes i make do to the end result any off subeta sites etc??? thanks
ClickWHAT YOU NEEDplay~
[url=https://youtu.be/OCyu_MZdTJM]ClickPlay RUN Snow Patrol~[/url ]
I don't know about where to look, but I am having trouble as well. When I input the code where I remember doing it before, it doesn't do anything. LOL I have not coded my profile for YEARS, and wanted to try it again. Perhaps I will pay someone to do it....LOL
.... I gave up on coding ages ago when I messed up a home page I was doing and THOUGHT I had done it right. I paid someone to help with two of my pets and was very thankful to receive it too!
Sorry I can't be of more help.
any user u know can make a kickass hard profile? no flowers or pastels hahaha
i have been looking at whats out there for commission and i need a KICKASS profile i have all the bits to for a beloved friend..laurie needs to come do it with me. but so do you know if there is a site where we a=have a page to pracrice and=and then see the reults of the changes we made???there MUST be or how else does one learn it right?!
HEYY you got my lilBiscuit at your side tooooo...he is the spittin' image of my doggie cept mine isnt as tall:):)
ClickWHAT YOU NEEDplay~
[url=https://youtu.be/OCyu_MZdTJM]ClickPlay RUN Snow Patrol~[/url ]
itend to fall when no ones here just been clumsey at time doing things
Have you checked the forums? I might do that....
I haven't really looked into the way profiles work on subeta, but I thought it was mostly CSS. You can practice CSS very easily, all you need is a text editor (Notepad is installed on any Windows pc, and I suppose Apple has some text editor too) and a browser. The problem is, that you need to apply the CSS to certain elements to make those elements change, and those elements are "custom made" for subeta, so you can't practice changinge those elements anywhere else, because they don't exist elsewhere. That said, ofcourse you can make your own elements to try and mimic subeta, but that's even more work.
Hmm, maybe another option is to use the developer tools of the browser (pc only, if you want to do it on a mobile device, you'll have to connect it to a pc) and try and mess around with that, most browsers (Firefox, Chrome, Edge) support editing the CSS in the developers tools which allows you to immediately see the result in the browser window.
To get into those developer tools, you can right-click somewhere on the page and select "inspect element". That'll open the tools while focussing on the element you clicked on. For example, I richt-clicked the header part of a forum post, and it shows me:
.ui.tertiary.inverted.segment{
background-color:
!important
}
That's dependent on the Masquerade site layout which I'm using now, but I can mess with the color by changing those numbers in the developer tools.
If I change it to::
.ui.tertiary.inverted.segment{
background-color:
!important
}
Now the color of the bar appears white in my browser. With a page refresh, that's removed again, since I made the changes in my own browser, and not in subeta's code which is loaded when you refresh the page. It enables you to mess around with the style before actually applying it somewhere.
Now I know too little about the language which subeta allows you to use to set costum CSS, but in order to make it permanent, I'd have to go to my custom CSS and apply this new color to the style element which is called ".ui.tertiary.inverted.segment". If you leave some stuff out, like ".ui.tertiary.inverted" then you may target multiple things, since you've now defined a less specific override.
As you can see, the actual element is more specific than the CSS applied to it. so if I wanted to make sure only the forum headers change color, I'd have to apply this to ".ui.tertiary.inverted.segment.tertiary.inverted.posted".
Another thing worth noting is, that the
!important
Overrides other changes. So if you changed the color, and it's not showing up, try clearing the browser cache, and if that doesn't work, add the !important tag to your custom CSS and try again.
It's really bad practice to throw around the !important tag everywhere, but hey, it's not the website of a large multinational, it's your own custom CSS, pet page or profile page, so who cares.
dang bro you better keep phone attached to self at all times! have you figured out with MDs why you would fall so oten?? mmm lots to take in..want to mess around witj the seasonal headers n such changing their color..i understand how to get the the 6 digit colors off internet. yup am looking and hoped laurie would help me but she muat be knee deep in homestuff!
ClickWHAT YOU NEEDplay~
[url=https://youtu.be/OCyu_MZdTJM]ClickPlay RUN Snow Patrol~[/url ]
Ahhhh I see. Well, I am going to have to have someone do mine. The last time I did a profile, all I had to do was copy and paste. Now when I do that, nothing happens. 😆 ROFL I know absolutely NOTHING about coding, css, or any other s.... LOL