"MySpace Tips, Tricks, and Codes"

Subscribe to "MySpace Tips, Tricks, and Codes" 11 post(s), 6 voice(s)

 
Avatar Heathaaa Administrator 1,017 post(s)

• If you didn’t find the code you were looking for just ask!


MySpace Codes and Tricks:
[Most of these codes I say to put in ‘About Me’. If the code doesn’t seem to work there, try putting it in a different section.]

Post an image in your profile/comment/blog/etc.
1.) Your image must be hosted on the internet. (try photobucket.com or tinypic.com)
2.) Get the direct URL to the image you uploaded.
3.) Insert the URL into this code and post it where you want it to show up:

<img src="URL TO IMAGE">

NOTE: Don’t forget the http:// part!!
Like this: <img src=”http://i17.tinypic.com/6fubzgm.jpg”>
Will do this:



Post a link in your profile/comment/blog/etc.
<a href="URL TO SITE YOU WANT LINKED">Text You Want Linked</a>

Like this: <a href=”http://www.coolchaser.com”>Cool Layouts</a>
Will do this: Cool Layouts



Make the text in your ‘Interests’ sections plain text (not links)
Put this in each text box:
<z>



Hide Last Login and Keep Your Info
This code absolutely has to go in your Headline. Change the text (Gender, age, etc..) to say what you want or delete it if you want it hidden.
this is your headline text” <font class=”on marTB15”>
<font class=on>Gender</font>
<font class=on>21 years old</font>
<font class=on>City, STATE</font>
<font class=on>United States</font></font>
<font class=on>Last Login: Today</font><font class=off>



Hide Blogs
Put this in your ‘About Me’:
<style>.latestBlogEntry {display:none;}</style>



Hide Contact Table
Put this in your ‘About Me’:
<style>.contactTable {display:none;}</style>



Hide Profile URL box
Put this in your ‘About Me’:
<style>.userProfileURL {display:none;}</style>



Hide About Me & Who I’d Like to Meet
Put this in your ‘About Me’:
<style>.blurbs {display:none;}</style>



Hide Friends and Comments
Put this in your ‘About Me’:
<style>.friendSpace, .friendsComments {display:none;}</style>



Hide Friends Only
Put this in your ‘About Me’:
<style>.friendSpace {display:none;}</style>



Hide Comments Only
Put this in your ‘About Me’:
<style>.friendsComments {display:none;}</style>



Center Friends and Comments
This one ABSOLUTELY HAS to be at the VERY bottom of ‘Who I’d Like to Meet’ section:
<table></tr></td>



Hide ‘View All Friends’ Link
Put this in your ‘About Me’:
<style>a.redlink {display:none;}</style>



Put Friends and Comments in Scroll Box
This one ABSOLUTELY HAS to be at the VERY bottom of ‘Who I’d Like to Meet’ section:
<div style="height:475px;width:390px;overflow:auto;border:0;">
<table><tr><td><table><tr><td>



Resize images/videos in Comments
Put this in ‘About Me’:
<style>
.columnsWidening img {width:200px;}
.columnsWidening object, .columnsWidening embed {
width:250px !important; 
height:200px !important;
}
</style>



Change Background Color
Put this in ‘Who I’d Like to Meet’:
<style>
body{
background-color: 000000 !important;
}
</style>

You can change the 000000 to any color code you want. Click Here for color chart.



Add Your Own Background Image Without Uploading it to CoolChaser

NOTE: The purpose of this tutorial is for using a copyright or personal background image you don’t want anyone else to use.

1. Add your layout to your profile without choosing a background image in the Layout Editor.
2. Make sure the image is the size you want (a minimum of 1024px wide by 768px high, if you have a widescreen try 1280px wide)
3. Host your image on the internet somewhere like photobucket.com or tinypic.com
4. Get the direct URL to your image and put it in this code
• This code needs to come AFTER the coolchaser code. I recommend putting it in ‘Who I’d Like to Meet’ section, just remember to delete it if you decide to change your layout!!!!

<style>
body{
background-image:url("URL TO YOUR IMAGE");
}
</style>

ADVANCED BACKGROUND OPTIONS

You can use any image size and tile or repeat it.
Repeat options:
repeat tiles the image in all directions
repeat-y tiles the image vertically
repeat-x tiles the image horizontally
no-repeat makes it so the image does not tile or repeat

Position options: (where on your screen the image starts)
top left, top center, top right
center left, center, center right
bottom left, bottom center, bottom right

• Same as above—> This code needs to come AFTER the coolchaser code. I recommend putting it in ‘Who I’d Like to Meet’ section, just remember to delete it if you decide to change your layout!!!!

<style>
body{
background-image:url("URL TO YOUR IMAGE");
background-repeat: repeat !important;
background-postion: bottom left !important;
}
</style>
 
Avatar Acolt 5 post(s)

Hey there,

i am poking around making attempts to get coolchaser to work but without luck… there seems to be an error on loading. Is this common????

Thanks,

Aja (Tim)

 
Avatar Sachiko Administrator 482 post(s)

Hi Acolt! Yeah the site is painfully slow now :( I think we have either too much traffic or the database died. I’m going to email our tech guy and see if he can fix it.

 
Avatar Heathaaa Administrator 1,017 post(s)

—>I know this is already in the above list…I just wanted to be able to link to this particular section!! :D

NOTE: The purpose of this tutorial is for using a copyright or personal background image you don’t want anyone else to use.

Add Your Own Background Image Without Uploading it to CoolChaser
Click Here for a tutorial on How to Create the Perfect Background Image.

1. Add your layout to your profile without choosing a background image in the Layout Editor.
2. Make sure the image is the size you want (a minimum of 1024px wide by 768px high, if you have a widescreen try 1280px wide)
3. Host your image on the internet somewhere like photobucket.com or tinypic.com
4. Get the direct URL to your image and put it in this code
• This code needs to come AFTER the coolchaser code. I recommend putting it in ‘Who I’d Like to Meet’ section, just remember to delete it if you decide to change your layout!!!!

<style>
body{
background-image:url("URL TO YOUR IMAGE");
}
</style>

ADVANCED BACKGROUND OPTIONS

You can use any image size and tile or repeat it.
Repeat options:
repeat tiles the image in all directions
repeat-y tiles the image vertically
repeat-x tiles the image horizontally
no-repeat makes it so the image does not tile or repeat

Position options: (where on your screen the image starts)
top left, top center, top right
center left, center, center right
bottom left, bottom center, bottom right

• Same as above—> This code needs to come AFTER the coolchaser code. I recommend putting it in ‘Who I’d Like to Meet’ section, just remember to delete it if you decide to change your layout!!!!

<style>
body{
background-image:url("URL TO YOUR IMAGE");
background-repeat: repeat !important;
background-postion: bottom left !important;
}
</style>
 
Avatar Sachiko Administrator 482 post(s)

Very nice tutorial! Thanks for doing this :)

 
Avatar Heathaaa Administrator 1,017 post(s)

Thanks Sachiko!!

psst…yall should maybe work out some sort of link exchange with photobucket, tinypic, etc…heehee!

 
Avatar irishlass714. 3 post(s)

so now i have hidden my friends and comments.. how do i keep the “Comment me” link? also.. adding pictures to my “who i’d like to meet” section???
thanks, guys. this is most helpful. :)

 
Avatar irishlass714. 3 post(s)

ahhhh. okay. thank you. :)

 
Avatar JDwingnut12 1 post

I’m having a problem where I added a coolchaser layout, and now my two slideshows (one in About Me, and one in Who I’d Like to Meet) are not showing up. I deleted them, added coolchaser, and then put them back in, and they still aren’t showing up. Also, I used to be able to add a song to my profile, and now that won’t pop up on the left either. Any help would be greatly appreciated.

 
Avatar Sachiko Administrator 482 post(s)

JDwingnut12, are you a mac user? Then it’s a Mac Firefox and Safari bug that can’t show the flash widgets on top of a translucent layout. So you can either make you layout fully opaque or fully transparent.

 
Avatar Lost John 531 post(s)

I wish I’d known that when my last EX joined myspace. She was asking me about how to hide her birthday and age, and I was going, “budeeah, budeeah, I don’t know!

Sign in to reply to this topic