How to make your MySpace blog Private?
Question:
How can i make my MySpace blog private? I mean that it will be accessible only to friends.
Answer:
Keeping your online privacy is no doubt an issue over at MySpace. Blogs are no exception. Sometimes you would like to share your thoughts with your friends and not with the entire world. Here’s a quick procedure that will help to set a Myspace private blog:
- Login to MySpace.
- Click Manage Blogs.
- From the My Controls section, click Post new Blog
- At the bottom of the new blog entry, you’ll find the Privacy section.
- Check the Friends radio button - this will make your blog entry accessible only by your Friends.
- If satisfied, Click Save all changes.
Where to find Led Zeppelin songs for MySpace?
Question:
Where i can find a Led Zeppelin song that i can play on my brand new MySpace profile?
Answer:
Interest in Led Zeppelin’s repertoire is on the rise since the announcement of their re-forming planned for November 26th in London. (I envy the fellows at the UK that can arrange themselves a ticket
)
MySpace.com offers a few Led Zeppelin resources. Most of those profiles feature songs that you can easily play using your MySpace Music Player in your MySpace profile. After reviewing them all i can recommend on those two profiles:
- Led Zeppelin - London - Features the one and only Stairways to Heaven, one of the most perfect songs i ever heard.
- Led Zeppelin - Classic Rock - Features Kashmir, another masterpiece.
Enjoy! ![]()
How to rename MySpace blurbs section headers?
CSS Tweak for renaming MySpace Blurbs headers and heading sections
Question:
Here’s one from Al: Is it possible to rename my About Me and I’d Like to Meet sections on MySpace?
Answer:
Yes, that’s definitly possible. Use the following procedure and custom MySpace CSS code in order to make it happen:
-
Copy the following CSS code:
——————————————————————————–<style>
.blurbs td td .orangetext15 {display:none;}</style><div class=”orangetext15″ style=”display:block;”>
Your About Me label</div>——————————————————————————-
- Now Login to your MySpace profile and click the Edit Profile link.
- Take the code you just grabbed and paste it in the About Me section.
- Now copy the following code into your I’d Like to meet section:
——————————————————————————–
<div class=”orangetext15″ style=”display:block;”>
Your I’d like to meet label</div>——————————————————————————-
- Click Preview Profile and check how your profile looks.
- Hit Save all changes.
Here are a few other interesting MySpace posts:
- How to hide MySpace comments section?
- Where to find Led Zeppelin songs for MySpace?
- How to hide your display name on MySpace?
- How to hide Blurbs titles on MySpace?
- How to hide Titles on MySpace?
- How to resize your MySpace Music Player?
How to resize your MySpace Music Player?
Change the size of your MySpace Music Player
Question:
I am currently customizing my MySpace profile. Is it possible to change the size of theMySpace Media Player to a value that fits my MySpace layout?
Answer:
Yes, resizing the music player on MySpace is definitely possible. Use the following custom CSS code in order to make it work, just follow this procedure:
-
Copy the following custom MySpace code:
——————————————————————————–
<style>.note { This code allows you to resize your MySpace media Player }
embed, object{ display:block; width:widthpx; height:heightpx;}</style>
——————————————————————————-
- Login to your MySpace profile and click the Edit Profile link.
- Take the code you just grabbed and paste it in the About Me section. Replace width and height with your preferred values (For your reference - width default value is 260px and height is 38px). This might require a bit of tweaking, but after 2 or 3 modifications you’ll be just fine!
- Click Preview Profile and check how your profile looks.
- Click Save all changes.
