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

Put friends and comments in a MySpace scrolling box.

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

Code for hiding MySpace Comments and Friends.

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 Brooke. 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?

Code for moving up the About Me box on MySpace

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 and headers 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 section on MySpace

Question:

Here’s one from Terence : I am looking for a simple piece of standard HTML or CSS code that i can use in order to hide the details section on my MySpace profile. Your help with removing the Details section is highly 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 removal code in your About Me section.

Go ahead and post the code to your MySpace profile using the widget below (by clicking the Copy button, and then post the code into your About Me section):

Or if you prefer to copy and paste manually:

<style>

/* Hide Details section */
table.userProfileDetail {display:none}
</style>

Enjoy!

How to hide the top navigation bar on myspace?

Hiding the MySpace top navigation bar section.

Question:

Here’s one from Elie : Thanks for the useful CSS codes you regularly post in this web site, i have used them more than once in order to customize my MySpace profile. Will you be able to provide me with some codes that i can use in order to hide the top navigation bar on MySpace?

Read more

Using a picture in other picture’s caption code

Image captions for MySpace

Question:

Here’s a question from Dale: I would like to use a picture in the caption code of another picture. Can you provide me the required CSS code in order to create MySpace picture captions for my MySpace profile ?Thanks!

Answer:

Thanks Dale for your questions. Using an image in a picture caption code is not trivial but certainly doable. I would like to refer you to a tutorial i wrote on MySpace picture captions. I would suggest that you follow the steps outlined in that blog post. Enjoy! :)

How to change the font color on Myspace?

Modify font color of your MySpace profile.

Question:

I am after the CSS code that will allow me to change the font color on MySpace. Can you help?

Answer:

Changing the MySpace font color is relatively straightforward. All you’ll need to do is to use the following HTML code and apply to to every text you would like in your MySpace profile:

<font style=”color:white; background-color:your_color;”>
YOUR About Me/Interests/Meet etc' text</font>

The entire list of HTML color codes you can use can be found here

Enjoy! :)

← Previous PageNext Page →