Question:

How do i hide everything around my interests on myspace?

by  |  earlier

0 LIKES UnLike

how do i hide like everything around my interests box on myspace like hide the blue border and the word "interests' but still keep my text thats there?heellppp?

 Tags:

   Report

2 ANSWERS


  1. here this will make the whole section white,

    just past in your about me and write something in

    your general/music, whichever one and you will see it

    on your profile:)

    hope i could help.

    the code:

    <style>

    table.interestsAndDetails td.text {display:none;}

    table.interestsAndDetails span.lightbluetext8 {display:none;}

    .interestsAndDetails td {width:0px;}

    table.interestsAndDetails, table.interestsAndDetails td {border:0px;}

    table.interestsAndDetails td td {background-color:ffffff;}

    </style>


  2. This will hide the titles and borders and stuff so the only thing you see is the stuff you put in that section:

    code goes in About Me or Who I'd Like to Meet:

    <style>

    .interestsAndDetails, .interestsAndDetails tr td {

    border:0;

    background-color:transparent;

    }

    .interestsAndDetails .lightbluetext8 {

    display:none;

    }

    table table table table td {

    width:0px !important;

    }

    </style>

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.