How to bold text on MySpace And Other MySpace Tweaks
MySpace
MySpace is a leading social networking website that offers user submitted network of friends, blogs, groups, photos, music, videos and personal profiles. MySpace allows users to customize their user profile pages by entering HTML in areas like "Interests", "About Me," and "I'd Like to Meet". They have recently added their own "Profile Customizer" to the site, allowing users to change their profile through MySpace. I would like to present some of the most popular tweaks like making the text bold, hiding friends, etc.
Also see How to skip lines on MySpace
How to bold text on MySpace
While inserting text in your myspace profile and other pages, it will be helpful if your text contains different styles like bold, italic, underline, etc. Formatting the text in different styles increases the readability of the page. Some simple HTML codes will do the job. The following tips will help you to tweak your MySpace.
How to bold text on MySpace
<B>TEXT</B>
How to make text italic on MySpace
<I>TEXT</I>
How to underline text on MySpace
<U>TEXT</U>
How to make text Italic and Bold on MySpace
<i><b>TEXT</b></i>
How to make text Italic, Bold and underlined
<u><i><b>TEXT</b></i></u>
How to underline and overline text
<span style="text-decoration: overline"><u>TEXT</u></span>
There are many websites that offer many tweaks and hacks for free. You can do a Google search if you would like to learn more.
How to hide 'who I'd like to meet'
</td></tr></table><table style="display:none"><tr><td>
Placing the above code at the end of your "About Me" section will hide 'who I'd like to meet'
How to hide your friends at MySpace
<style type="text/css">td.text td.text table table table, td.text td.text table br, td.text td.text table .orangetext15, td.text td.text .redlink, td.text td.text span.btext {display:none;}td.text td.text table {background-color:transparent;}td.text td.text table td, td.text td.text table {height:0;padding:0;border:0;}td.text td.text table table td {padding:3;}td.text td.text table table br {display:inline;}</style>
Copy paste the above code in any of your interest fields to hide your friends.
How to hide your URL
Copy paste the following code anywhere in your profile page to hide your URL
<style type="text/css">
table table table table div {visibility:hidden;}div table table table table table div input, div a, td.text div {visibility:visible;}</style>How To resize images people leave in 'my comments'
Sometimes the pictures that friends leave in your comments area are so big and it blows the page out of proportion. To resize their images, paste the following code, anywhere, preferably in your About Me section
<style type="text/css">td.text td.text table table table td a img {width:100px;}td.text td.text table table table td div img {width:80px;}td.text td.text table table td img {width:260px; max-width:260px; width:auto;}td.text td.text table table td div img {width:80px;}* html td.text td.text table table td img {width:260px;}* html td.text td.text table table td a img {width:90px;}* html td.text td.text table table td div img {width:80px;}</style>