Free Project Management software ?
Question:
Here’s a question from Noel: I run a DIY and gardening web site, and thinking about expanding my business. For that reason i am looking for a free project management software i can use in order to organize my tasks and schedule them throughout the project.
Read more
How to hide the Relationship Status on Facebook?
Question:
Here’s one from Amalia: I own a Facebook profile. In order to keep my privacy i would like to be able to hide my relationship status on Facebook. Can you provide me with the steps i need to make in order to do so?
Answer:
Thanks Amalia for your question. Here are the steps you should make in order to hide your status on Facebook:
- Login to your Facebook profile.
- Hit Edit
- Hit Relationships
- Choose Select Status
- Hit Save Changes
Voila
How to quickly make section scrollbars?
Question:
Here is a question from Dean : I have seen a lots of MySpace profiles which feature custom section scrollbars. I have no knowledge of standard HTML nor CSS coding and was wondering if you can point me to the relevant codes that i’ll need in order to make a custom table scrollbar for my profile.
Answer:
Thanks for your question Dean. A few days ago i wrote a tutorial on scroll boxes for MySpace. I would recommend that you follow that tutorial, as it has everything you need to make section scrollbars.
How to hide the MySpace URL?
Hiding the URL text box on MySpace
Question:
Here’s one from Ellaine: I am after some CSS code that i can use in order to hide MySpace URL. Can you point me to a relevant tutorial?
Answer:
Thanks for the question. Here’s the code you’ll need in order to hide the MySpace URL. You’ll need to copy it and paste into your About Me section in your MySpace profile:
<style>
/* hide MySpace URL code */
table.userProfileURL{display:none;}
</style>
Enjoy!
Scroll friends and comments
Question:
Dundee asks: Maybe you can help. What i am looking for is some CSS code that will allow me to scroll friends and comments. Thanks in advance.
Answer:
Scrolling friends and comments is among the most popular MySpace profile coding tech support questions i usually get. A while ago, wrote a tutorial on how to put Friends and comments in a scroll box. I would suggest that you use that one and post a comment in case of questions.
Enjoy ![]()
Hide friends and comments code
Question:
Emily asks: First time in this blog - great collection of CSS code over here
.Today, i am looking for some codes that will allow me to hide friends and comments. Know where i can find it?
Answer:
Thanks for your question. A while ago i wrote an easy to use web tutorial on how to hide friends and comments. I suggest that you’ll go there and copy the hide friends and comments code you are looking for ![]()
How to hide relationship / marital status on MySpace?
Hiding your relationship status on MySpace
Question:
Brooke from Ireland asks: Thanks for the nice MySpace codes you guys often publish here. Can you provide me with CSS code that will allow me to hide my marital status on MySpace?
Answer:
Thanks for the question. Unfortunately, there is no straightforward way to hide your relationship status on MySpace. If this is absolutely important to you, you can try to use a custom details box generator or simply hide the details table.
How to move the About Me section up?
Question:
Here’s one from Kayla : Nice MySpace profile coding tips over there. What i am trying to do is moving the MySpace About Me section up. Can your provide some CSS code or tutorial on how to implement that hack?
Answer:
Thanks for your question Kayla. I recommend that you take a look at a tutorial i wrote a while ago on how to move the about me up on MySpace. It will surely help you to accomplish the task of moving About Me up.
How to hide sections headers on MySpace?
Hiding section headings on MySpace
Question:
Here’s one from Lisa:I am looking for some MySpace CSS code that will allow me to hide section headings on MySpace. More specifically, i am after code that will allow me to hide the headers of the Blurbs section.
Answer:
A while i wrote a tutorial on how to hide the About Me title on MySpace. I would suggest that you take a look at it, as it contains the required CSS code for hiding your MySpace profile headings.
Hide details section
Hiding the details box on MySpace.
Question:
Here’s one from Terence : I am looking for a simple chunk of CSS code that i can use in order to hide the details section on my MySpace profile. Your help is appreciated.
Answer:
Here’s the CSS code that you can implement in your MySpace web page in order to hide the details section. Make sure that you paste the code in your About Me section.
<style>
/* Hide Details section */
table.userProfileDetail {display:none}
</style>
Enjoy!
