Question:

Html help! PLEASE HELP! how do i center my myspace default?! 10 POINTS!!!!?

by  |  earlier

0 LIKES UnLike

like right now my default is all the way to the left..

i want it to be lined up with my interests.

i want it to still be on the left just centered.

i hope i explained well enough.

thanks to those who help!

10 POINTS TO THE BEST!

please do not give me links to places like pimpmyprofile.com and whateverlife.com.

 Tags:

   Report

4 ANSWERS


  1. This code will help you center your default image above your contact table, while removing the view more pics and videos text under your default picture, and the text to the right of your default picture. You will need to adjust the LEFT numbers depending on the width of your default picture and the length of your name.

    <style>

    .a {hide the text}

    .profileInfo td {visibility:hidden;}

    .a {unhide the default pic and name}

    .nametext, .profileInfo a img {visibility:visible;}

    .a {position the default image}

    .profileInfo a img {position:relative; left:60px;}

    .a {position the name}

    .nametext {position:relative; left:30px;}

    </style>

    This code will help you center your default image above your contact table, while removing the text which is normally to the right of the default image. You will need to adjust the LEFT numbers depending on the width of your default picture and the length of your name.

    <style>

    .a {hide only right text}

    .profileInfo td.text {visibility:hidden;}

    .a {unhide default pic and name}

    .nametext, .profileInfo a img {visibility:visible;}

    .a {position the name}

    .nametext {position:relative; left:30px;}

    .a {position the default pic and links below it}

    .profileInfo table {position:relative; left:60px;}

    </style>

    This merely hides the text which is normally to the right of the default picture.

    <style>

    .profileInfo td.text {visibility:hidden;}

    .profileInfo td, .profileInfo img,

    .nametext {visibility:visible;}

    </style>


  2. <style>

    body{

    margin: auto;

    text-align: center;

    }

    body table{

    text-align: left;

    }

    </style>

    ahh thats probalby wrong, i could help more if I could see the profile, or even a screen shot of it

  3. you might have some comments throwing off your page, just try this code and see if it helps out. put it at the end of your about me. :) hope that helps out! oh and you can adjust the width and height numbers to a number that you might want.

    <style type="text/css">

    .a {resize comments images and videos}

    .a {must disable myspace code to use this}

    table.friendsComments td.text td.columnsWidening object {width:200px!important; height:200px!important;}

    table.friendsComments td.text td.columnsWidening img {max-width:200px!important; _width:200px!important;}

    </style>

  4. <style>

    td td td td.text a img {position:relative; left:50px;}

    .contactTable td.text a img {position:static;}

    </style>

    This will center your default picture on your profile.

    You can adjust the position by changing the number next to "left" in the code.

    Paste it at the bottom of your "about me".

Question Stats

Latest activity: earlier.
This question has 4 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions