Log In · Register

 
Moving Bottom Myspace
dreamyyy_____x
post Nov 26 2006, 07:39 PM
Post #1


Newbie
*

Group: Member
Posts: 9
Joined: Nov 2006
Member No: 482,839



on the bottom of the myspace where it say about, faq, terms, privacy, safety tips and etc... it is align to the left while my myspace is in the middle, and i have the code for it which is :
<style type="text/css">
table tr td div div {border:0px;background-color:transparent;padding-left:###px;width:450px;}
</style>

but the thing is i don't know how to align it in the middle, i tried all sorts of number px and it still didn't align in the middle, can someone help me?
 
 
Start new topic
Replies (1 - 9)
freeflow
post Nov 26 2006, 07:46 PM
Post #2


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Try a number between 200 and 500.
 
dreamyyy_____x
post Nov 26 2006, 07:53 PM
Post #3


Newbie
*

Group: Member
Posts: 9
Joined: Nov 2006
Member No: 482,839



...
 
freeflow
post Nov 26 2006, 08:03 PM
Post #4


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Where it says ####. Border means adding a border. Oh and I tried it out the number should be less than 200. For 200 it goes pretty far. pinch.gif
 
dreamyyy_____x
post Nov 26 2006, 08:12 PM
Post #5


Newbie
*

Group: Member
Posts: 9
Joined: Nov 2006
Member No: 482,839



...
 
freeflow
post Nov 26 2006, 08:17 PM
Post #6


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Your profiles private and don't put 0 . Just put the number.
Post your whole layout code please.
 
dreamyyy_____x
post Nov 26 2006, 09:01 PM
Post #7


Newbie
*

Group: Member
Posts: 9
Joined: Nov 2006
Member No: 482,839



...
 
freeflow
post Nov 26 2006, 09:03 PM
Post #8


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Change your code to this and they should be right with your layout.
CODE
<style type="text/css">
table tr td div div {border:0px;background-color:transparent;padding-left:215px;width:450px;}
</style>
<style type="text/css">
body {scrollbar-face-color: FFFFFF;
scrollbar-highlight-color: FFFFFF;
scrollbar-3dlight-color: FFFFFF;
scrollbar-darkshadow-color: FFFFFF;
scrollbar-shadow-color: FFFFFF;
scrollbar-arrow-color: FFC5DB;
scrollbar-track-color: FFFFFF;
</style>

<Style type="text/css">
Body{background-image:url("none");
background-color: FFFFFF;
background-position:bottom left;
background-attachment:fixed;
background-repeat:repeat;}

body

Table, Td{background-color:transparent;border-style:none;}
table table td{width:100%;}
table table table table td{width:auto;}


table table table{width:100%;
background-image:url("none");
background-color: FFFFFF;
background-position:Center Center;
background-repeat:repeat;
border:1px SOLID;
border-color:000000;
padding:4;}

table table table table{background-image:none;background-color:transparent;border-style:none;}

font, td, a, body, input, textarea, table{color:000000; font-family: arial; text-transform: none; font-weight: normal;}
body, td, li, p, div, textarea, li, h1, h2, p, br {font-family: arial; font-size: 8pt; color: 000000; text-transform: none; font-weight: normal;}
.text {color:000000;font-family:arial; text-transform: none; font-weight: normal;}
.btext {font-family: arial; font-size: 8pt; color: 000000; font-weight: normal; text-transform: none;}
.blacktext10 {font-family: arial; font-size: 8pt; color: 000000;text-transform: none; font-weight: normal;}

.blacktext12 {color:transparent;font-family: arial; font-size: 8pt; height:38px; width:220px; background-image:url("none")}
table table table[height="0"]{ background-color:transparent; background-image:url(none); background-position:center center; background-repeat:no-repeat;}

.nametext {font-family: arial; font-size: 8pt; color: 000000;text-transform; color: 000; font-weight: bold; letter-spacing: 0px}
.redbtext {font-family: arial; font-size: 8pt; color: 000000;text-transform: none; font-weight: normal;}
.text {font-family: arial; font-size: 8pt; color: 000000; text-transform: none; font-weight: normal;}
.whitetext12 {letter-spacing:0px; font-family: arial; font-size: 1pt; color: fff; text-transform: lowercase; font-weight: none;}
.lightbluetext8 {font-family: arial; font-size: 8pt; color: 000000; text-transform: none; font-weight: bold;}
.orangetext15{visibility:hidden; display:none;}

A:link {color:000000;font-family:arial;font-weight: normal;}
A:visited {color:000000;font-family:arial;font-weight: normal;}
A:active {color:000000;font-family:arial;font-weight: normal;}
A:hover {color:000000;font-family:arial;font-weight: normal;}
a.navbar:link {color:000000;font-family:arial;font-weight: normal;}
a.navbar:active {color:000000;font-family:arial;font-weight: normal;}
a.navbar:visited {color:000000;font-family:arial;font-weight: normal;}
a.navbar:hover {color:000000;font-family:arial;font-weight: normal;}
a.redlink:link {color:000000;font-family:arial;font-weight: normal;}
a.redlink:active {color:000000;font-family:arial;font-weight: normal;}
a.redlink:visited {color:000000;font-family:arial;font-weight: normal;}
a.redlink:hover {color:000000;font-family:arial;font-weight: normal;}

strong, b {font-weight: bold; letter-spacing: 0px; color:000000;}
s {color:000000;text-decoration:strikeout;}
i, italic {font-family: arial; color: 000000; font-style: none;}
u {color: 000000; text-decoration:none; font-weight:normal; border-bottom:1px solid 000000;}

.contactTable {display:none;}
table table td img {display:none;}
table table table td img {display:inline;}
table td td {width:0px;}

table {width:450px;}
table table {width:auto;}
table table td {padding:3px;}
table table table td {padding:0px;}
table table table {width:220px !important; height:0px;}

td.text td a img {width:auto !important;}
table table table table table,
table table table table table td {
width:0px !important; padding:0px !important;}
td.text a img {width:100px !important;}
td.text td.text a img {width:35px !important;}
td td td div strong {width:170px !important; display:block;}

embed, object {display:block; width:220px; height:38px;}
.orangetext15, .blacktext10 {
display:block; width:110px; font-size:6pt !important;}
td.text td.text .orangetext15,
td.text td.text table table div {display:none;}

</style>
 
dreamyyy_____x
post Nov 26 2006, 09:09 PM
Post #9


Newbie
*

Group: Member
Posts: 9
Joined: Nov 2006
Member No: 482,839



...
 
freeflow
post Nov 26 2006, 09:50 PM
Post #10


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



And that means what? That code works perfectly for me. So yea. mellow.gif
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: