How do I block spam comments from Myspace?

2 Comments

oh, so you don’t want those ads for free ringtones or penis enhancements?? and you arent interested in seeing who’s looked at your profile (doesnt work)….
Well, Everyone with a relatively uncontrolled friends list or friends with myspace viruses have been barraged by spam comments like these.
You have two solutions: you can either take out comments altogether (look for a post later this week)
OR set your comments so that you have to approve it before it shows up..
How do I do this??

From your homepage, click on ACCOUNT SETTINGS
Then click on PRIVACY SETTINGS – CHANGE SETTINGS
CHECK THE BOX WHICH SAYS – Comments – approve before posting

While you are here, you may want to reconsider the group and event invite privacy settings too. They can get annoying as well.

Don’t quit on Myspace, don’t let them win

How do I remove a comment from Myspace?

Leave a comment

I have a comment that doesnt allow me to remove it. Instead of the normal ‘Delete my comment’ link, it isnt there, or there is a link to another spam site. Those mothers, who cares about these porn sites??

So, how do I remove one of these seemingly unremoveable comments??

Go to EDIT PROFILE
Click Safe Edit Mode on the top right
Click on the Comments Tab
Find the comment you want to remove and press delete.

Thats all – easy

How do I change the color of my font on myspace? and in comments?

48 Comments


UPDATE: WE JUST MADE A WALKTRHOUGH VIDEO TO GO WITH THIS PAGE cHECK IT OUT HERE:

How do you change the color of your font in myspace?
This is an easy question, but it can get complicated.

Before we actually start, lets pick a color. Keep that number ready.

Now…
When typing text in a comment or in just one field or table, and you only are concerned with that individual field, you can use this code:

<font color=”color_code”> YOUR TEXT HERE </font>

and to change the size also, use this:
<font color=”color_code” face=”font style” size=”number value from 1 to 7″> your text here </font>

If you want to change individual parts of your profile, everything is laid out very well in this guys guide on myspace
http://www.myspace.com/colorguide.

The most basic of what you want to create is:

td, a, body, table,p { color:XXXXX;}

put that in your profile and you will change the color of most of the text.

How do I insert a video into myspace? as a comment?

7 Comments

I thought I would never do this. I was going to abandon it. This has been on my mind though. I have good information that I come across, that should be out there. I think this might work. this might just work….

My job lately has been creating myspace profiles, and maintaining them. someone wanted to comment a video in one of our profiles, but didnt know how. heres how(assuming you have a video)::
How do I insert a video into myspace?

1-upload it into a site like youtube…
2-view the video
C-on that page, there should be a box that says EMBED
D-click once on the area next to it , then copy it (right click, copy or CTL C)
f-paste this info into the section where would normally write a comment.

sites that host your video will almost always have a way to insert your video into wherever you want it to go. they want you to spread it too.:
If you find that there is some writing above or below your video which says: width=”300″ height=”150″
you will have to go into the code itself and do a little big of operating(don’t worry, its very easy) -> all you have to do is edit your comment and take out the code that looks like this ——-<object width=”300″ height=”150″>
——- then repost.

send a comment if you need any more help

now, also, for making profiles. If you dont pimp your profile, you are nobody. people wont respect you in the community. Myspace is getting these great video and picture slideshows – but you can only take in videos which are in the myspace system – not from other sources like youtube. Kudos anyhow for that.
For making cool backgrounds, and your boxes transparent or moderately opaque, here are some tools, I made today.
They are all clean now. if you do a search for them, they will always try to enter in their own ads into your myspace page. dont be violated. I havent sold out yet – so here is some very clean code for pimping your myspace. Be Safe.

For: transparent boxes – background image
<STYLE>
td, table, tr, span, li, p, div, textarea, DIV
{
background-color: transparent;
}
body
{
background-image: url(http://XXXXXXXXXX);
background-repeat: repeat;
}
</STYLE>

opaque boxes and a background image>>>>
<style type=”text/css”>
body {
background: url(http://XXXXXXXXXXXXXXXX);
}
</style>
<style type=”text/css”>
table, td, textarea, a, body, input{background-color:transparent;border:none;border-width:0}
table table table {border:1px double; border-color: 000000; padding:1; background-color:FFFFFF; filter:alpha(opacity=90); -moz-opacity:0.9; opacity:0.9; -khtml-opacity:0.9;}
table table{border:0px}
table table table table{border:0px}
</style>


insert image with link
<a target=”_blank” href=”http://HERE IS WHERE YOU PASTE THE ADDRESS OF WHAT YOU WANT IT TO LINK TO”><img src=”http://PASTE THE ACTUAL IMAGE LOCATION HERE”></a><br>