My Funny Picture

How do I hide my myspace display picture in both IE and FF?

I already hid the stuff next to it just the picture won't go away. Like when you go on my profile, you know how your display picture is there, how do I get rid of that?

Public Comments

  1. Make it private. But I'm not really understanding your Q. Do you mean hiding it when ppl try to view it or hiding it as in you don't want a display picture period? If it's the first one just make it private. If it's the second one you can't have no display picture unless you delete all of your photos.
  2. <img src="image.jpg" style="display:none;" >
  3. wherever you are doing your css styling or in any profile box between <style></style> tags the css is: table.profileinfo table a img {display:none;} I'm not sure what that does to the layout exactly but the image will disappear... if you want to make that entire top box disappear (name, online now, age, location, etc) then its table.profileinfo {display:none;)
Powered by Yahoo! Answers