How to hide your blog on MySpace?
Hiding your MySpace blog
Question:
I am working on my new MySpace profile. I was wondering if you can provide me the MySpace codes i need in order to hide my blog on MySpace?
Answer:
Hiding the latest blog entry section is a good idea if you don’t write a blog on MySpace, or if you don’t really want to allow access to your blog to visitors to your MySpace page.
Please follow this procedure to hide your blog on MySpace:
- Login to MySpace.com
- Copy the following code and paste it into the About Me section of your MySpace profile:
<style> /* hide blog on MySpace */ .latestblogentry{display:none} </style> - Hit Save All Changes.
Note: This Cascade Stylesheets code works in both Internet Explorer and Firefox.
How to hide the MySpace contact table?
Question:
Helen asks: I am customizing a brand new MySpace web page, and found your tutorials quite useful for hiding stuff on my MySpace profile. Can you provide the code i need to use in order to hide the MySpace contact table?
Answer:
Hiding the MySpace contact table is easily done using Cascade Stylesheets code. Please follow this procedure:
- Login to your MySpace.com account
- Grab the following Cascade Style Sheets code and copy it into the About Me section of your MySpace profile:
<style> /* hide MySpace contact table */ .contactTable{display:none;} </style> - Hit Preview Profile and if satisfied with the results click Save All Changes.
Note: This code was tested in both Internet Explorer and Firefox.
How to recover erased files and directories?
Question:
Dan (and many others readers) asks: I just accidentally deleted a few files and directories on my PC. Those are not recoverable from my Windows XP operating system Recycle Bin. Any idea on how to recover erased files?
Answer:
Thanks Dan for your question. I am sure that almost everyone has experienced such an accidental loss of valuable data (either Office files, photos, video etc’). Luckily, an easy-to-use (and free) application, named Recuva, is there to help help us.
It is important that you use Recuva (or any file recovery tool) immediately after you notice the file or directory deletion. The reason for that is simple: when you erase a file or directory , the disk area previously occupied by the deleted stuff is flagged as free and it is therefore ready to accept new data. Therefore, if any new data wasn’t saved to that disk area, you will still be able to recover the file/directories that previously occupied that area.
After you download and install this lightweight application, all you’ll need to do is to scan your PC and easily recover your accidentally erased files or directories.
Recuva runs on Microsoft Windows Vista, XP, 2003, 2000 and 98 and weighs 0.61 MB.
Enjoy!
How to hide the details table on MySpace?
Hiding the details table on MySpace.
Question:
Henry asks - i am currently customizing a brand new MySpace web profile page, and was looking for some MySpace codes that can help me to hide the details section. Can you help?
Answer:
Thanks for your question. If you would like to hide the details on MySpace you’ll need to tweak your MySpace profile using CSS code. This trick was tested on the most popular web browsers: Internet Explorer and Mozilla Firefox.
Here’s what you need to do:
- Login to your MySpace profile.
- Click Edit Profile.
- Copy the following code and paste it in your About Me section:
<style> /* Hide Details on MySpace */ table.userProfileDetail {display:none} </style> - Click Preview Profile and if satisfied hit Save All Changes.
Voi’la, you have just hidden your MySpace details section.
How to put a scrolling box on MySpace?
Simple process for putting a scrolling box on MySpace
Question:
Jamie asks: I would like to post lots of information in the About Me section of my MySpace profile. Therefore i would like to implement a scrolling box on my MySpace About me section. Can you send me the code that i would need in order to do that?
Answer:
Here’s what you need to do in order to implement a scrolling box on MySpace (for convenience, i will show you how to put the scrolling box in the About Me section, but this MySpace code can be easily used in other MySpace sections such us the I’d like to Meet, Interests etc’. The code has been tested, and works on the popular browsers - Internet Explorer and Mozilla Firefox.
- Login to MySpace.com
- From your MySpace Control Panel, Click Edit Profile
- Grab the following MySpace code and paste it in your About Me section:
<div style="height:100px; width:420px; overflow:auto;"> Your About Me content here </div> - Click Preview Profile and if satisfied Click Save All Changes
That’s it, you have just implemented a MySpace scrolling box in your About me section.
How to hide the MySpace URL table?
Question: Here’s a question from Bob from Arizona: I gave it a few shots, but apparently i can’t hide the MySpace URL from my MySpace profile page. Any clues?
Answer:
In order to be able to hide your MySpace URL table from your MySpace profile you’ll need to use some more advanced Cascade Style Sheets (CSS) code. Here’s the exact procedure you should follow:
- Login to your MySpace account
- Copy the following CSS and copy it into the About Me section of your MySpace profile:
<style>
table.userProfileURL{display:none;}
</style> - Click Preview Profile. If satisfied Save All changes.
Voi’la, your MySpace URL is now hidden
Got Tech Support questions? Send them through my contact form and have them answered!
How to hide the MySpace Music Player?
Hiding the MySpace Music Player.
Question:
Elie asks: I run a band page on MySpace. Obviously i want to play the band’s music to our visitors, but do not want to have the MySpace music player showing up. How can i hide the MySpace music player
Answer:
Thanks for your question. A while ago, i provided the MySpace CSS code that you can use in order to hide the MySpace music player. Check the following post for more details. Everything you need is explained there, and the codes was tested in both Internet Explorer and Firefox. Enjoy, and let me know in case of questions on those MySpace codes.
Got Tech Support questions? Send them through my contact form and have them answered!
How to hide MySpace Friends?
Question:
Here’s one from Amber : I am currently customizing my MySpace page, and can’t hide my MySpace friends. Can you provide some assistance here?
Answer:
Hiding your MySpace friends pics and links is a task that apparently many MySpacers do. Here’s a procedure you can use in order to hide MySpace friends:
- Login to your MySpace account
- Hit Edit Profile (or just Profile if you are using the new control panel).
- Grab the following code and insert it in your About Me section:
<style> .friendspace {display:none} </style> - Click Preview Profile and if satisfied hit Save All Changes
That’s it, your friends space is hidden now. Here’s another interesting post that you can use if you just want to hide your friends name on MySpace.
Got Tech Support questions? Send them through my contact form and have them answered!
How to hide MySpace comments?
Question:
Dave, an EasyTweaks reader asks: I have lots of friend comments left on my MySpace page. How can i hide MySpace comments?
Answer:
Thanks for your question Dave. A few readers have contacted me stating that they can’t hide MySpace sections lately, and i will be handling one question at a time in the upcoming days - so stay tuned for more on how to hide MySpace codes. Back to Dave’s question, Hiding MySpace comments is quite simple. all you need to do is follow this quick procedure:
- Login to MySpace.com
- Hit Profile (if you are using the new MySpace profile control panel) or Edit Profile (if you are using the old one).
- Copy the following code and insert in the About Me section in your MySpace blurbs part:
<style>.friendscomments {display:none;}</style> - Hit Preview profile and then Save all changes. Your MySpace comment table should be hidden now.
How to hide MySpace interests?
Hiding MySpace Interests section.
Question:
Here’s one from Angelique, who asks: I own a brand new MySpace profile and i am trying to get rid of the Interests box. Can you provide me the CSS codes i need to use in order to hide the MySpace Interests section on my MySpace web page?
Answer:
Hiding your MySpace Interests box is relatively straightforward. I suggest that you’ll follow this procedure that will allow you to remove the MySpace Interests section:
- In your Internet Explorer, Mozilla Firefox or other browser web address bar type: http://www.MySpace.com
- Enter your login and password to MySpace.com
- Hit Profile (if your are using the MySpace new control panel) or Edit Profile (if you are using the new control panel)
- Copy the following CSS code and paste it in your About Me section:
<style> .interestsAndDetails span.whitetext12 {display: none;} .interestsAndDetails span.lightbluetext8 {display: none;} .interestsAndDetails table{display: none;} .interestsAndDetails td {display:none;} </style> - Click Preview. If satisfied, click Save all changes
Alternatively, you can use the post the code automatically to your About Me section by clicking on the MySpace button in the widget below:
Got MySpace questions? Send them through my contact form and have them answered!
