Archive for March, 2008
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 any font you see fit. A [...]
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 </font>
This code will change [...]
Center myspace profile details
Question:
Here’s a question from Brian, one of this blog’s readers, who asked me how he can easily center his MySpace profile.
Answer:
Thanks Brian. Here’s the CSS code you’ll need to paste into your About Me section of your MySpace profile, it will get the work done:
<style>
/* Center myspace profile details */
table table table table table [...]
Comments and friends scroll code for Myspace
Question:
Dwayne asks the following one: I would like to put my Friends Space and Comments sections in a scroll box. Can you help?
Answer:
Thanks Dwayne for your question :-). Here’s the CSS code for placing your Comments and Friends in a scroll on your MySpace profile web page:
<style>
/* Comment and friends scroll code for Myspace */
.bscroll [...]
Scroll boxes for myspace
Question:
Here’s one from Ken: thanks for the useful tips you have posted over in your web site. Can you provide me with the required codes i will need in order to create scroll boxes for MySpace?
Answer:
Thanks Ken. Creating MySpace scroll boxes is not difficult at all. All you’ll need to do is grab the [...]
Hide interests MySpace
Question:
Here’s a question from Anthony: I am working on my MySpace web profile. Can you provide me with some guidance on how to hide Interests on MySpace?
Answer:
Thanks for your question. Here are the CSS codes that you’ll need to use in order to hide the Interests section on MySpace:
<style>
/* Hide Interests MySpace */
.interestsAndDetails td [...]
Hide about me text on myspace
Question:
Today i received this question from Kayla: I would like to hide the about me text on MySpace. Can you help me to customize my web profile?
Answer:
Thanks Kayla. This answer will guide you on how to remove the about me text. First paste the following CSS code to the about me section of your [...]
Hide details in MySpace
Question:
Here’s one from Bob: I am currently customizing my MySpace web page. Currently looking for some codes that will allow me to hide details on MySpace. Your kind help is appreciated.
Answer:
Cheers Bob. Here’s a simple chunk of CSS code that you might paste to the About Me section of your MySpace profile. It will hide [...]
Hide blurbs text - myspace
Question:
Rebecca asks - I am looking for some code (HTML ??) that i can use in order to hide blurbs in MySpace. Can you help please?
Answer:
Thanks for the question. You can easily hide your About me and I’d like to Meet sections (collectively know as Blurbs) using the CSS code i have appended below. Just [...]
Hide contact table on MySpace
Question:
Here’s a question from Billy - I am after some codes that will allow me hide the contact table on MySpace. Any help is appreciated. Thanks!
Answer:
Thanks for the question. Here’s the hide contact table codes, that you’ll need to apply to your MySpace profile in order to remove your contact table. Just go ahead and [...]