How to add an event countdown to my MySpace profile?
Question:
Where I can find cool MySpace countdowns and how to implement them in my MySpace profile?
Answer:
Have an important event coming up? Why don’t implement a nice MySpace countdown and let your MySpace profile visitors know about it so they can share your excitement and leave you some nice comments?
Here’s what you need to do in order to implement MySpace event counters clocks:
- Unless you are proficient with graphical web design, visit a MySpace countdowns code generator website in order to find the code for your countdown. Here are two places in which you can generate some nice MySpace countdown codes (make sure you have a pop up blocker installed in your PC, so you want be annoyed by potential advertising popping up):
- http://www.mycodesplace.com/myspace-countdown/
- http://www.wishafriend.com/countdown/
- Fill in your event details and date and generate the MySpace countdown code
- Now login to MySpace.com
- Hit Edit profile or just Profile if you are using the new MySpace layout
- Insert the countdown code in the About Me or other section of choice (Networking, Interests etc’)
- Preview your profile, and if satisfied Hit Save all Changes
How to create and share a Facebook photo album?
Making a photo album on Facebook
Question:
How to create and share a Facebook photo album?
Read more
How to hide the MySpace networking table?
Hiding the MySpace networking table
Question: How to hide or remove the networking table on MySpace?
Answer:
The Networking table displays your expertise fields, and is practical in order to quickly search for potential contacts in the industry you work.Before you go ahead and apply CSS (Cascade Stylesheets Code) in order to remove the networking section on MySpace, you might want to simply delete your networking entries from your profile. That will hide the networking table. The backside of this method, is that potential contacts won’t be able to find your profile and contact you. If you want to keep your networking table but hide it from your MySpace profile, you might want to go through the hide your networking boxtutorial.
The following step-by-step process will allow to remove the networking box:
- Login to MySpace
- Hit Profile
- Navigate to the Networking tab.
- Delete the Networking table entries
- From the upper right side of the screen hit View Profile
- That’s it, your networking table is now gone
How to remove the extended network on MySpace?
Hiding the MySpace extended network
Question:
I am working on my new MySpace profile and was wondering if you can publish the code i need to use in order to remove my extended network bar. Help is appreciated
Answer:
Hide or remove the extended network banner must be amongst the first things to do when customizing a MySpace profile page.Hiding the banner is quite easy, all you need to do is just to follow these instructions:
- Login to MySpace
- Click Profile (or Edit Profile if you are using the old layout)
- Copy the following code and paste it in the About Me section:
<style> .extendednetwork{display: none;} </style> - Hit Preview profile and if satisfied click Save All Changes
How to change your default email program?
Question:
I use Internet Explorer as my web browser. When i click on an email link from a website it pops up an Outlook Express window. The thing is that i use Hotmail and not Outlook Express! How can make Hotmail my deafult email?
Read more
How to hide my birthday on Facebook?
Hiding your birthday on MySpace.
Question:
Rita, an EasyTweaks.com reader, approached me with the following Facebook question: I want to make my age invisible in my Facebook profile. How to hide my age on Facebook?
Read more
How to open a xslx file?
Opening an Excel 2007 document with Excel 2003
Question:
Dave, who read my post on how to open a pptx file approached me with a similar question, this time on how to open a xslx file.
How to open a pptx file?
Opening a Powerpoint 2007 file using Powerpoint 2003
Question:
I just received a .pptx (Microsoft Office Power point 2007) file from a colleague here at work, but i don’t seem to be able to open it with Office 2003. Any clues on how i can open a pptx file with powerpoint 2003?
Read more
How to make texts bold on MySpace?
Make bold text letters on MySpace
Question:
I am currently customizing my MySpace profile on Internet Explorer. I would like to make the header of my Interests table bold. Can you provide some guidance on how to do it? Thanks in advance.
Answer:
MySpace bold writing is easily achievable using CSS. In order to implement bold text fonts in your Interests table header, you’ll need to modify your .whitetext12 class. Paste the following code in your About Me section:
<style>
.whitetext12 { font-weight: bold;}
</style>
Enjoy ![]()
How can i change the font size of my MySpace profile display name?
Modifying your MySpace font size
Question:
Here’s a question from Brenda: Do you know whether i can change the font size of my MySpace profile display name?
Answer:
The font size of all parts of your default MySpace profile are easily modified by changing the attributes of the .text and .td elements. The MySpace display name is an exception to that rule, as you’ll need to modify the .nametext class in order to tweak you profile name display. Here’s the CSS code and procedure you’ll need to implement:
- first, login to MySpace.com and hit Profile
- Copy the following code to your About Me section:
<style>
.nametext {font-size: 20pt}
</style>
Note: Change the font size as you see fit.
- Click Preview profile, if satisfied, click Save All Changes
