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.
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 ![]()
How to move the About Me section up?
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 put comments in a scrollbox?
Putting comments in a scrollbox on MySpace
Question:
Jango asks: I am trying to customize my MySpace web profile. Can you provide me with CSS code that will allow me to put comments in a scrollbox?
Answer:
Thanks for the question. Putting comments in scrollbox requires some CSS code that you can easily find in the MySpace comments in a scrollbox tutorial. Please appy the code and leave me a comment if you need some more help. ![]()
How to make scroll boxes for myspace?
Making custom scrollboxes for your MySpace layouts
Question:
Here’s a popular one, initially asked by Dwayne and Felix : Looking for some CSS code for my MySpace profile and stumbled upon your web site. Can you explain how to create those scroll boxes for MySpace sections such as interests, details, about me, i’d like to meet and so forth?
Answer:
Thanks Dwayne. Making scroll boxes for MySpace is not complicated at all. All you’ll need to do is insert the following CSS code into the relevant section of MySpace in which you want to implement your scroll boxes for MySpace.
<div style="height:100px; width:240px;
overflow:auto;">
Your About Me, Interests, details content
</div>
In case you have any question regarding this code that you can use to make custom scroll boxes, please drop a comment to this blog post.
How to put a scrolling box on MySpace?
Simple process for making 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 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 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 stop email notifications from MySpace?
Question:
I am getting tons of notifications from MySpace about practically everything: blog and photo comments, friends requests, events etc’. Is there a way to turn off email nofiications from MySpace so i can avoid this email blast??
Answer:
If you run a popular profile on MySpace, good chances are that you’ll getting trillions of email messages you’ll certainly want to avoid. Stopping notifications from MySpace is fairly simple:
- Login to MySpace.com
- In the Control Panel, click Settings
- Click Notifications
- Uncheck Send me email notifications
- Click Save All Changes
You’ll now stop receiving pretty much all email notifications from MySpace. Note that you’ll still be getting comment approval notifications (if requiring approval before posting a comment in your profile) and events invitations.
How to change the MySpace URL table fonts?
Question:
I am currently customizing my MySpace profile and was wondering how to modify the font of the MySpace URL table. Is it even possible??
Answer:
You bet. Changing the font of your MySpace URL box is done using CSS (Cascade StyleSheets). Unlike other texts in your profile, which you modify using the .text class, in this case you’ll need to use the div element. Proceed as following:
- Login to MySapce.com and hit Edit Profile
- Enter the following code in your About Me section:
<style>
div {font-family: Calibri,Verdana, Arial;}
</style>
- Note that you are allowed to specify pretty much every font you want in the font-family property. I have chosen Calibri, which is a new Vista fonts for Windows XP.
- Hit Preview Profile and if satisfied with the results hit Save All changes.
