RSSArchive for April, 2008

How to make a one column details table?

A Simple CSS trick that allows you make a single-column details section on MySpace
Question:
Gina asks- I am looking for some code that will allow me to make a one column details box, can you help me with that?
Answer:
Sure Gina. You can easily hide the column that contains details fields names ( Status, Ethnicity, Zodiac [...]

How to center the MySpace profile text?

Simple CSS code that allows you to center all text in your MySpace profile
Question:
Here’s a question from Mariana: I would like to center all text on MySpace. Can you help?
Answer:
Sure. Thanks for your question. Centering your MySpace text is done with the following CSS code:
<style>
/* Center profile text on MySpace*/
td{text-align:center;}
</style>
Enjoy, and don’t forget [...]

Make a text box on MySpace

Simple HTML code that allows you put a text box in any section of MySpace.
Question:
Here’s a question from Joseph: I want to make a simple text box in th About Me section of my MySpace profile. Can you help?
Answer:
Thanks for your question. You can easily make a text box (a static one, without a scroll) [...]

How to Hide the default picture on MySpace?

Simple CSS code to hide the default MySpace profile picture.
Question:
How i can remove the default photo on my MySpace profile?
Answer:
Quite easily. All you’ll need to do is to use the following CSS code i made available for you in the widget box. Go ahead and grab the code that allows to hide the default picture [...]

How to hide links to friends on MySpace?

Simple CSS code that allows you to remove links to friends that comment in your profile
Question:
Here’s one from Sandra: I wanted to know if their is a way i can hide the names on my friends that are adding comments to my profile. I don’t mind their picture i just don’t want their [...]