Author Archive for Gili
How to insert a photo to your Blurbs?
Code to put an image in your Blurbs About Me section Question: Ayra asks: Do you know whether it’s possible to put a pic in my About Me section? If so can you send me the CSS code? Answer: You can easily put a picture in your About Me section. First you’ll need to upload [...]
Change your MySpace table and box
Code to change the details table color on MySpace Question: Germain asks: Do you know how to change the background of my details table in my profile? Can you share the CSS i’ll need? Answer: Thanks . Please copy the code from the window below and paste it into your MySpace profile About Me section: [...]
Code to hide latest blog entry
Hiding blogs on MySpace 1.0 Question: Leonel asks: Looking for an easy way to hide or remove my MySpace blogs. Can you help? Answer: Thanks for your question, Leonel. Please feel free to grab your CSS code from below (by clicking the Copy button) and paste it into your MySpace profile About Me section: .latestblogentry [...]
Code to hide only schools on MySpace
Question: Brianna asks: I would like to get rid of my schools section on the bottom left of my MySpace web profile. Can you please help with the required codes? Answer: Thanks for your question, Brianna. Two days ago i wrote a tutorial on how to hide schools for MySpace 1.0. Therefore today, i will [...]
Remove details on MySpace
Question: Rupert and Tommy asks: Nice web site! We are looking everywhere for some code that hide your details table and does work. Your help is appreciated Answer: Thanks for your question, Rupert and Tommy. You can easily hide your details section (the one with your Marital Status, Ethnicity, Zodiac sign and so forth) with [...]
Hide schools table on MySpace
Question: Edward asks: Can you please post the code for hiding the schools table on MySpace? Answer: Thanks Edward. In order to hide your schools section you’lll need to use CSS. Copy your CSS code from the windows below and paste it into the About Me section of your MySpace: .userProfileSchool {display: none;} var pconf={ [...]
Hide everything but interests on MySpace
Question: Tibido asks: How do you hide everything but Interests on my MySpace profile? Answer: Thanks for your question, . You can remove all your page modules except interests using the CSS code i have appended below. This will result in a pretty much empty profile containing only your interests section area. Please go ahead [...]
Hiding I’d like to meet text on MySpace
Question: Here’s a question from Fayz: Can i remove the who i’d like to meet text? Answer: Thanks for your question, fayz. Removing the I’d like to meet text on MySpace is quite simple. Please grab the CSS code from below and paste in the About Me section of your MySpace. Please go ahead and [...]
MySpace font codes
Question: Here’s a quick one from Lisa: I would like to change the font type and size of my About Me and I’d Like to meet texts on MySpace. Answer: Here’s a quick example of some MySpace font codes: <font size=”12”><font face=”calibri”>Your About Me text (or other texts) here</font> Modify the font size and pick [...]
Change font color in HTML
Question: Here’s a question from David from the UK: I would like to change my font colour in the Interests and Details tables on MySpace. Can you help? Answer: Thanks for your question David. Here’s the standard HTML code you would need to use in order to change your font color: <font color=”#000000″>Your Text here [...]