I remember on myspace you could hide your friends from your profile. You could also turn your comments into a scroll box. Does anybody have any idea how to do this?
« Web, HTML, Tech Forum
How to hide friends && make comments into a scroll box?
9 Replies
Reply by missodessa
posted
overflow: scroll;
overflow-x: scroll;
overflow-x: hidden;
height: 300px;
}
Reply by Ⓙⓐⓜ
posted
does anyone know how to hide the friend space border/divider and the number of friends listed? like that whole section
Reply by 𝕔 𝕣 𝕪 𝕪 𝕓 𝕓 𝕪 ♡
posted
Reply by 🦋𝓪𝓷𝓭𝓻𝓮𝓪 𝓵𝔂𝓷𝓷🦋
posted
Reply by Cove
posted
This will get rid of your friends and comments entirely. I just guessed based on someone’s code for turning comments into a scroll box with someone’s comment about hiding friends and it got rid of everything when i combined both.
Reply by Cove
posted
This will get rid of your friends and comments entirely. I just guessed based on someone’s code for turning comments into a scroll box with someone’s comment about hiding friends and it got rid of everything when i combined both.
Reply by Alex Robi
posted
Reply by celehar
posted
Reply by tomato
posted
if i'm not late, the code i use to get rid of all the elements of the friends without getting rid of comments is:
div.friends div.heading, div.friends div.inner p b, div.friends div.inner p b span.count, .friends-grid {
display: none;
}