« Helping each other Forum

Figuring out the layouts stilll

Ever since I joined SpaceHey, I've been wondering how to add a layout to my profile, and found out that I could just ctrl c ctrl v the code, and paste it on my about me section. I've tried several times and it didn't work, and in several different ways too. So I came to the Helping Each Other Out forum, which is here, and found one forum about having trouble adding layouts to your profile, but the replies didn't give me definite answers. Does anyone have a definite answer that they can give me, so that I can put a layout on my profile?


Report Topic

3 Replies

Sort Replies:

Reply by Alfréd

posted

I inspected your profile and there isn't any layout code in your about me box. Didn't you forget to save it?


Permalink Report Reply

Reply by JessePinkmanYoBrBaBCS

posted

I don't have the layout code on my profile now, but when I tried it, I pasted it in the about me section, saved it, and nothing happened still. The reason why you don't see a code on my profile is because I deleted it after trying it for the last time.


Permalink Report Reply

Reply by GOAT

posted
updated

if youre tryin to use a premade layout

should just be a case of getting the code && pastin into yr about me

making sure that if the premade layout DOESNT have these tags around it

<style></style>

that you add them in manually before && after (e.g. open tag/close tag)

but then, if you wanna make ur own layout from scratch

start with v simple stuff like idk

.body { background-color:grey; font-family:helvetica; color: black; }

and add to it periodically once you get used to how things work

protip: right click anywhere on yr profile (e.g. blurbs) and inspect q

then you'll see the css for that particular element :o

which you can alter in ur browser (though that's only locally viewable and per browser session)

orrrrr

.blurbs { background-color:black; color:lightpink; font-weight:bold; border; 2px solid crimson; }

which tweaks that particular section usin the values for color, background, border etc

all these too can be customized however u want

hope all this helps!! xoxo


Permalink Report Reply