Change the Interests text on MySpace
Customize the MySpace interests section fonts
Question:
Here’s a question from Jonathan - How can i modify the font and color of the links text in my Interests table?
Answer:
Thanks for asking.
In order to change your Interests text you will need to modify the a.searchlinkSmall CSS code element in the About Me section of your MySpace profile.
You can quick post the required code automatically to your About Me section by clicking on the Copy button in the widget below:
Alternatively, here’s a sample CSS code that will change your text:
<style>
/* Change Interests font on MySpace*/
a.searchlinkSmall{
font-family: Verdana, Arial;
font-size: 10px;
color red;}
</style>
You can choose your preferred color in our HTML color chart page.
How to change the font color on Myspace?
Modify font color on MySpace
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! ![]()
How to make a link on MySpace?
Making a link on MySpace.
Question:
Jerry asks: I have seen many MySpace profiles that have links to other web site pages in the About Me, Interests and I’d like to meet boxes. How to make a link on MySpace?
Answer:
Thanks for the question. You can make a link for MySpace by using the following HTML code:
<a href=”Your_target_Site_url”
target=_blank”> Text for Link </a>
Example:
<a href=”http://www.easytweaks.com"”
target=_blank”> Tech Tips & Social Networks </a>
This code will create the following Hyperlink:
The next step is to paste the above posted code to any applicable section on your MySpace profile - About Me, meet, interests etc’.
Enjoy
How to modify the font on MySpace?
Changing your MySpace profile fonts face and size
Question:
Debbie asks: I am currently customizing a new MySpace profile web page. I am after some HTML and CSS code that i can use to modify my MySpace font size and type. Any help is greatly appreciated.
Answer:
Thanks for the question Debbie. I appended below a few codes that you can use in order to modify your MySpace font. You can change the not only the font type, but it’s size and color, you can make bold or italics text and so forth. Here’s how you change your MySpace font
1. Login to MySpace.com
2. Hit Edit Profile
3. Place the codes below in one of your MySpace profile layout section :About Me, Meet, Interests, Details and so forth.
4. Save all changes .
Change your MySpace font face in your MySpace profile (apply the code to the right section):
<font size=”font_size”><font face=”font_name”>your
text here</font>
Change your MySpace font color:
<font style=”color:your_color; background-color:your_color;”>
your text here </font>
Navigate to the HTML color codes page to find your preferred color.
Make your MySpace font bold:
<b>your
text here</b>
Enjoy
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
How to change the font color on MySpace?
Code for changing the font color on MySpace
Question:
I am currently customizing my MySpace profile and was wondering how to modify the font color of all texts in my MySpace profile. How to do it?
Answer:
Using a standard color for all your text in your MySpace profile is sometimes a good idea, as it is easier on the eyes when compared to the cluttered and (too) colorful default design profile design.
Changing the text color in your MySpace profile is pretty straightforward.
You can quick post the required code automatically to your About Me section by clicking on the Copy button in the widget below:
Alternatively, you can post the code manually by following these steps:
- Login to MySpace.com
- Hit Edit Profile
- Enter the following code in your About Me section:
<style>
.text {color: your_preferred_color}
</style>
- Note: replace your_preferred_color with your color of choice. You can either use colors HEX code (for example #56478) or color names. Here’s a full list of HTML colors
- Hit Preview Profile and if satisfied with the results hit Save All changes.
How to add my MySpace URL to my AIM?
So you have a great MySpace profile: you’ve made lots of customization using HTML and CSS, even setup a nice photo slideshow and updated your MySpace blog on a daily basis for a while.Now it’s time to show off a bit. What’s better than let all your AIM contacts know about your MySpace profile and blog, so they can pay you a visit and leave you some comments?
How to autostart a MySpace video?
Auto start a video on MySpace.
Question:
How do I get a MySpace video to autostart on a MySpace profile?
Answer:
Autostarting MySpace videos is quite easy. All you’ll need to do is just to tweak the MySpace video URL a bit. The following procedure i put together will help you to autostart the MySpace videos in your profile. If you are looking to autostart a YouTube video, follow this procedure.
- Go to MySpace Videos and grab the code placed in the video Code field.
- Now you’ll need to tweak the flashvars parameter in your video Code. All you’ll need to do is just add the suffix &a=1 to the flashvars parameter. For example: If the flashavars parameter was flashvars=”m=19825253&v=2&type=video” it should now read flashvars=”m=19825253&v=2&type=video&a=1“. The rest of the video code should stay intact.
- Paste the YouTube code you grabbed to your MySpace profile.
- Click Preview Profile and check how your profile looks.
- If satisfied, hit Save all changes.
