Log In · Register

 
 
Closed TopicStart new topic
Why isn't this centered?
GunsNRachel
post Feb 13 2009, 08:46 PM
Post #1


Senior Member
****

Group: Member
Posts: 292
Joined: Jul 2007
Member No: 545,047



I always code it like this,but for whatever reason it's way off center. Am I having a blond moment or something?

http://profile.myspace.com/index.cfm?fusea...endID=280854437

CODE
<style>
Body {
background-color:005B77;
background-image:url(http://i42.tinypic.com/vepv86.png);
background-attachment:;
background-position:top left;
background-repeat:repeat;

scrollbar-arrow-color:;
scrollbar-face-color:;
scrollbar-track-color:;
scrollbar-shadow-color:;
scrollbar-darkshadow-color:;
scrollbar-3dlight-color:;
scrollbar-highlight-color:;}


body, td, li, p, div, textarea, br, p {
font-family:;
color:black;
font-size:;
Line-height:;
font-weight:normal;
letter-spacing:;}

b {
font-family:;
color:F281A2;
font-weight:bold;
font-size:;}

i {
font-family:;
color:D6E59F;
font-weight:bold;
font-size:;}

u {
font-family:;
color:70CBF3;
font-weight:normal;
font-size:;
text-decoration:underline;}

big {
font-family:;
color:D88DC2;
font-weight:normal;
font-size:;
letter-spacing:;}

.navbar{
display:none;}

h1 {
color:70CBF3;
text-transform:uppercase;
letter-spacing:-1px;
font-family:arial;
font-size:16;
text-align:center;
display:block;}

.heading{
background-color:ffffff;
border:0px;
border-color:000000;
border-style:solid;
position:absolute;
width:800px;
left:50%;
margin-left:-400px;
top:70px;
font-family:;
color:;
font-weight:normal;
font-size:;
letter-spacing:;}


td td embed, object, pram, embed{height:0; width:0; position:absolute; left:350; top:340;}

.nametext,
.lightbluetext8,
.orangetext15,
.blacktext12,
.btext,
.whitetext12,
.contacttable,
.redtext,
.redtext,h2{display:NONE;height:0px;visibility:HIDDEN}
td td td td{border:0px;width:0px;text-align:LEFT;}
table,td,tr{padding:0px;width:;background-color:TRANSPARENT}
table table table{padding:1px;height:0%;width:100%;}
table table,table table table table,table,tr,td{height:0PX;border:0PX;}
a.text,table div font a,table div div,.navbar font,tr td font{visibility:hidden;display:none;height:0px;!important;}
table table table table,table table table table td.text, td.text td.text table{display:none;}
td.text table table{display:inline;visibility:visible;}
table td table tr td.text table{visibility:hidden;}
table td table tr td.text table table,table td table tr td.text table table td.text{visibility:visible;}
</style>
 
Melie
post Feb 13 2009, 09:33 PM
Post #2


Melieized
******

Group: Official Designer
Posts: 1,372
Joined: Nov 2006
Member No: 478,715



ok, you have the image of the books in your "who i'd like to meet" section so you have to give it it's own div and give it specific pxs for the location. it's positioned where "who i'd like to meet" would be.
 
GunsNRachel
post Feb 13 2009, 09:35 PM
Post #3


Senior Member
****

Group: Member
Posts: 292
Joined: Jul 2007
Member No: 545,047



I have no idea what you're talking about =\
 
Melie
post Feb 13 2009, 09:41 PM
Post #4


Melieized
******

Group: Official Designer
Posts: 1,372
Joined: Nov 2006
Member No: 478,715



LOL...ok, just do this:

copy and paste this code in "about me". edit the XX with the exact height and width of the image.
CODE
<style>
books{
width: XXpx;
height: XXpx;
left:50%;
margin-left: -400px;
top:0%;
margin-top:0px;}</style>


copy and paste this code in "who i'd like to meet"
CODE
<div class="books">
<img src="what the url of the books image"></div>
 
GunsNRachel
post Feb 13 2009, 10:13 PM
Post #5


Senior Member
****

Group: Member
Posts: 292
Joined: Jul 2007
Member No: 545,047



Now I'm getting an error?
 
heyo-captain-jac...
post Feb 13 2009, 10:17 PM
Post #6


/人◕‿‿◕人\
*******

Group: Official Member
Posts: 8,283
Joined: Dec 2007
Member No: 602,927



Terms of service violation.

It thinks you're trying to hide the ad.

Rape MySpace for making customization impossible.
 
Melie
post Feb 13 2009, 10:44 PM
Post #7


Melieized
******

Group: Official Designer
Posts: 1,372
Joined: Nov 2006
Member No: 478,715



are you using profile 2.0?
 
GunsNRachel
post Feb 14 2009, 10:57 AM
Post #8


Senior Member
****

Group: Member
Posts: 292
Joined: Jul 2007
Member No: 545,047



http://s5.tinypic.com/t7opvq.jpg
 
GunsNRachel
post Feb 14 2009, 11:17 AM
Post #9


Senior Member
****

Group: Member
Posts: 292
Joined: Jul 2007
Member No: 545,047



Alright so I went back and started to recode the whole thing, and I got it to work, but for whatever reason it's down on the page farther than I want it to be. And when I change the top px, it doesn't change it's position. Any clue why?
 
GunsNRachel
post Feb 14 2009, 01:51 PM
Post #10


Senior Member
****

Group: Member
Posts: 292
Joined: Jul 2007
Member No: 545,047



Sorry, brain fart hahah

CODE
<style>
body {
background-image:url('http://i42.tinypic.com/i27cas.png');
}

b {
font-family:;
color:D6E59F;
font-weight:bold;
font-size:;}

i {
font-family:;
color:F281A2;
font-weight:bold;
font-size:;}

u {
font-family:;
color:D88DC2;
font-weight:normal;
font-size:;
text-decoration:underline;}

big {
font-family:;
color:FFF39C;
font-weight:normal;
}

h1{
color:70CBF3;
text-transform:uppercase;
text-size:16;
text-align:center;}

heading{
width:800px;
position:absolute;
left:50%;
margin-left:-400px;
top:10px;
}





td td embed, object, pram, embed{height:0; width:0; position:absolute; left:350; top:340;}

.nametext,
.lightbluetext8,
.orangetext15,
.blacktext12,
.btext,
.whitetext12,
.contacttable,
.redtext,
.redtext,h2{display:NONE;height:0px;visibility:HIDDEN}
td td td td{border:0px;width:0px;text-align:LEFT;}
table,td,tr{padding:0px;width:;background-color:TRANSPARENT}
table table table{padding:1px;height:0%;width:100%;}
table table,table table table table,table,tr,td{height:0PX;border:0PX;}
a.text,table div font a,table div div,.navbar font,tr td font{visibility:hidden;display:none;height:0px;!important;}
table table table table,table table table table td.text, td.text td.text table{display:none;}
td.text table table{display:inline;visibility:visible;}
table td table tr td.text table{visibility:hidden;}
table td table tr td.text table table,table td table tr td.text table table td.text{visibility:visible;}
</style>
 
GunsNRachel
post Feb 14 2009, 02:25 PM
Post #11


Senior Member
****

Group: Member
Posts: 292
Joined: Jul 2007
Member No: 545,047



Thanks!
 
Mickey
post Feb 14 2009, 03:09 PM
Post #12


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Topic closed & moved.
 

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