Need A Little Myspace Help.

Discussion in 'Spam Heaven' started by .jrauck, Jun 30, 2006.

  1. .jrauck

    .jrauck Well-Known Member

    Posts:
    1,108
    Likes Received:
    0
    Joined:
    Dec 27, 2005
    Location:
    Brooklyn, NY
    I need to know how to edit the "NameofPerson is in your extended network" box. I also need to know how to change the pictures of the contact box such as add to friends, send message, etc...

    Please help me if possible.
     
  2. Dencity

    Dencity Well-Known Member

    Posts:
    230
    Likes Received:
    0
    Joined:
    Jan 22, 2006
    Here you go for the contact box:

    http://r4wr.com/crash/

    If you want a custom contact box just enter the URL to it and put it in the bar under the banner. As far as the extended network box, what exactly do you wanna do? Replace it with an image or hide it or what?
     
  3. .jrauck

    .jrauck Well-Known Member

    Posts:
    1,108
    Likes Received:
    0
    Joined:
    Dec 27, 2005
    Location:
    Brooklyn, NY
    Yes I want to replace it with an image im going to make if I can change it. Ive seen that you can change it before but ever since I cant find the site to chage it.

    Does the background totally kill it to you or is it just me?
    [​IMG]
    Also doesnt the left text look bigger than the right? I checked and the same settings are on everything.

    This is the online now thing I made.
    [​IMG]
     
  4. MadMarioFan

    MadMarioFan Well-Known Member

    Posts:
    486
    Likes Received:
    0
    Joined:
    Jun 27, 2006
    Thanks Im glad I found this thread I really needed a new message me. :D
     
  5. Dencity

    Dencity Well-Known Member

    Posts:
    230
    Likes Received:
    0
    Joined:
    Jan 22, 2006
    I'm pretty sure the blending options are different for the 2 columns of texts, check that. Unless you did that on purpose lol.

    Code:
    table table table td.text div img {visibility:hidden;}
    table table table td.text div {
    background-image:url("URL to your online now! pic");
    background-repeat:no-repeat;}
    table table table td.text table table div img {visibility:hidden;}
    table table table td.text table table div {
    background-image:url("URL to your friends' online now! pic");
    background-repeat:no-repeat;}
    Replace:
    your online now = the one next to your default picture under your age/sex/location.

    friends' online now = under your friends pics and each comment.

    -credit for code to mrk

    ____________

    For replacing the extended network banner:

    Code:
    <style type="text/css">
    table table table td {vertical-align:top ! important;}
    span.blacktext12 { 
    background-color:transparent;
    background-image:url('URL to Image');
    background-position:center center; 
    font-size:0px; letter-spacing:-0.5px;
    width:435px; height:75px; display:block; }
    /* this hides the image if you're using image names */
    span.blacktext12 img {display:none;}
    </style>

    Key:
    URL to Image = self explanatory. direct link to your image.

    » It's best if your banner/picture was 435x75 (435 pixels wide and 75 pixels tall) or the banner will automatically tile. If you want a smaller picture in the middle of the extended network table, change your background-repeat to "no-repeat".

    -credit for code to mrk
     
  6. .jrauck

    .jrauck Well-Known Member

    Posts:
    1,108
    Likes Received:
    0
    Joined:
    Dec 27, 2005
    Location:
    Brooklyn, NY
    I want the text to be the exact same but I cant find anything I did on the left different than the right.

    Edit: Nvm I forgot to bezel the left side.

    This is the coding for my picture:

    <style type="text/css">
    C{ This contact table code was generated at http://www.tabwin.com }
    .contactTable {
    width:300px !important; height:150px !important; padding:0px !important;
    background-image:url(http://img.photobucket.com/albums/v411/av05/7.jpg);
    background-attachment:scroll; background-position:center center;
    background-repeat:no-repeat; background-color:transparent;}
    .contactTable table, table.contactTable td { padding:0px !important;
    border:0px; background-color:transparent; background-image:none;}
    .contactTable a img {visibility:hidden; border:0px !important;}
    .contactTable a {display:block; height:28px; width:115px;}
    .contactTable .text {font-size:1px !important;}
    .contactTable .text, .contactTable a, .contactTable img {filter:none !important;}
    .contactTable .whitetext12 {display:none;}C{ }
    </style>


    Except for where the url is and such. Thanks http://www.tabwin.com



    Also is there any way you can make it so you can click on the links? Or do you just simplay code it.
     
  7. Dencity

    Dencity Well-Known Member

    Posts:
    230
    Likes Received:
    0
    Joined:
    Jan 22, 2006
    It really looks like blending options to the text layer..check that.
     
  8. .jrauck

    .jrauck Well-Known Member

    Posts:
    1,108
    Likes Received:
    0
    Joined:
    Dec 27, 2005
    Location:
    Brooklyn, NY
    Ya I fixed it.
     

Share This Page