Question:

Can anybody help me with some html on myspace?

by  |  earlier

0 LIKES UnLike

Ok, I want to hide the box on my profile that has my display name/picture, my age, and my location.... Can you please help me?

 Tags:

   Report

4 ANSWERS


  1. put this code in your about me section

    <style type="text/css">

    .profileInfo { display:none; }

    </style>


  2. <style>

    table.profileInfo {display:none;}

    </style>

  3. put the code in "About Me"

    <style>

    table.profileInfo {display:none;}

    </style>

  4. this hides your information next to your picture:

    <style type="text/css">

    table td.text {visibility:hidden;}

    td.text td, td.text span, td.text a {visibility:visible;}

    td.text b {font-weight:normal; visibility:visible;}

    .r{}

    .hidefs{display:none}

    .r{}

    div table table table table table div {display:block !important}

    </style>

    this hides your picture:

    <style type="text/css">.profileinfo{display:non...

Question Stats

Latest activity: earlier.
This question has 4 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.