glotch

glotch's profile picture

"chillin"

Last active:

Mood:


View my: Profile | Forum Topics

Report User

SpaceHey Blog URL:

https://blog.spacehey.com/glotch

glotch's Blog Entries

[Subscribe to this Blog]

1 Comment— 24 Kudos

Hiding Interests Sections (Tutorial)

Category: Web, HTML, Tech

If you're a boring person like me who doesn't watch TV or read books, you might be at a loss for what to put in certain sections of your interests. Well, worry no more, because you can hide them! Paste the following CSS into your layout: .table-section:not(:last-child) tr:nth-child(n) {     display: none; } The n within the nth-child(n) needs to be a number corresponding to » Continue Reading

» View Blog Entry

— 41 Kudos

Adding New Sections To Your Interests (Tutorial)

Category: Web, HTML, Tech

Do you have a specific interest that you'd like to have its own section on your profile (e.g. video games)? Well, it's actually pretty easy to add a new section to the Interests portion of a layout. I haven't seen anyone else do this yet, and I think people will get some use out of it, so I figured I'd write this tutorial. To add a new section, at the bottom of your Heroes section, just write the ... » Continue Reading

» View Blog Entry