How to hide the top navigation bar on myspace?

Hiding the MySpace top navigation bar section.

Question:

Here’s one from Elie : Thanks for the useful CSS codes you regularly post in this web site, i have used them more than once in order to customize my MySpace profile. Will you be able to provide me with some codes that i can use in order to hide the top navigation bar on MySpace?

Read more

Using a picture in other picture’s caption code

Image captions for MySpace

Question:

Here’s a question from Dale: I would like to use a picture in the caption code of another picture. Can you provide me the required CSS code in order to create MySpace picture captions for my MySpace profile ?Thanks!

Answer:

Thanks Dale for your questions. Using an image in a picture caption code is not trivial but certainly doable. I would like to refer you to a tutorial i wrote on MySpace picture captions. I would suggest that you follow the steps outlined in that blog post. Enjoy! :)

How to change the font color on Myspace?

Modify font color of your MySpace profile.

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? Should i be using HTML code?

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:

Tech Tips & Social Networks

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 put comments in a scrollbox?

Putting comments in a scrollbox section 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 hide Interests on MySpace

Hiding MySpace Interests using CSS code

Question:

Here’s one from Dori - Working on my MySpace profile and was looking for some custom CSS code that will allow me to hide Interests. Any help is appreciated.

Answer:

Thanks Dori. Not long ago i wrote a tutorial on how to hide MySpace interests. Make sure you follow it, as it contains the CSS code you are looking for your MySpace web site.

Best facebook school unblocker

Unblocking Facebook at work or school.

Question:

Here’s one from Dave (and many other readers looking for free proxy web sites to unblock Facebook at work) - What is the best Facebook school unblocker?

Answer:

Thanks Dave for your question on Facebook URL unblocking. There are thousands of free proxy web sites on the internet you can use as unblockers in order to unblock and get on Facebook from your school or workplace. Although some of those proxy web sites are legitimate and safe, be aware that others might put your PC in danger. Based on readers feedback, i would think that the best place to go if you are looking for Facebook school unblockers is http://www.privax.us. This proxy directory has a list of free proxies that you can use. Some of them will be blocked, but more than a few will surely work. A while back i wrote a more detailed tutorial on how to unblock Facebook at school, make sure you go over it and see if it helps.

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 codes 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 unblock websites?

Question:

Here’s a question from Willie, a reader from the Philippines : My workplace block access to different social networking websites such as Facebook, Bebo, AIM, Orkut and so forth. So i guess my question to you is how to unblock websites?

Answer:

Thanks for your good question. We are all aware that workplaces block access to social networking websites in order to keep their staff on task. The way to unblock those websites is to use a legitimate free proxy. The question is where to find one that isn’t blocked.I suggest that you look into my post on how to unblock Facebook from school. That same procedure will allow you to unblock all web sites that you mentioned in your list.

How to make scroll boxes for myspace?

Making custom scrollboxes in MySpace profile layouts

Question:

Here’s a popular one, initially asked by Dwayne and Felix : Looking for some HTML or 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.

← Previous Page