Log In · Register

 
How do you center text in the URL box?
Love-Dump
post Dec 8 2008, 01:08 AM
Post #1


Newbie
*

Group: Member
Posts: 5
Joined: Dec 2008
Member No: 701,382



Here's my MySpace to show what I mean: myspace.com/allyouucreate
I have the "MySpace URL:" hidden, but you can see that the link is off to the left.
Any way to center this?
 
 
Start new topic
Replies (1 - 8)
schizo
post Dec 8 2008, 06:11 PM
Post #2


Senior Member
******

Group: Staff Alumni
Posts: 2,435
Joined: Feb 2007
Member No: 506,205



Moved to Myspace Support.
 
Mikeplyts
post Dec 8 2008, 06:16 PM
Post #3


Mel Blanc was allergic to carrots.
*******

Group: Official Designer
Posts: 6,371
Joined: Aug 2008
Member No: 676,291



Can you post all your current codes please?
 
Love-Dump
post Dec 8 2008, 10:17 PM
Post #4


Newbie
*

Group: Member
Posts: 5
Joined: Dec 2008
Member No: 701,382



QUOTE(Mikeplyts @ Dec 8 2008, 06:16 PM) *
Can you post all your current codes please?


CODE
<style>
body{cursor:crosshair}
a {cursor: crosshair}</style>

<style>
html body.bodyContent table tbody tr td table.friendsComments tbody tr td.text table tbody tr td table tr td {border-bottom: 1px solid c0c0c0 !important; border-color: 202020!important;}
</style>

<style>div table td {background-color:black}</style>

<style> a:link img {filter:none;} a:visited img {filter:none;} a:hover img {filter:xray();} </style>

<style>
body {
scrollbar-track-color: black;
scrollbar-face-color: black;
scrollbar-3dlight-color: black;
scrollbar-highlight-color: black;
scrollbar-darkshadow-color: black;
scrollbar-shadow-color: 202020;
scrollbar-arrow-color: 202020;
}
</style>

<style>
table table table table table {direction:rtl;}
table table table table table td {direction:ltr;}</style>



<style>td.text td.text td td a, .redlink, td.text td.text td b a {visibility:visible!important;}td.text td.text td a {visibility:hidden;}</style>

<style>a.text, table div font a, table div div {visibility:hidden;}</style>

<style>.orangetext15{visibility:hidden; display:none;}</style>

<style>
.contactTable {display: none;}
</style>

<style>.friendSpace {display:none;}</style>

<style>.rail {display:none!important;} td.rail {display:inline;}</style>

<style>.latestblogentry {display:none}</style>














<style>

body { background: url(http://i2.photobucket.com/albums/y44/Daz3dandC0nfuzed/Snowfall.png);
background-attachment: fixed;
background-repeat: repeat;
background-position: ;
background-color: 000000;
}

</style>

<style>
{ meeeshxcreateblog }
table, td{ background-color:white; border:none; background-image:url( );background-attachment:
; background-position: bottom left; background-repeat: repeat;} body{background-color: white; }</style>

<style>

br{line-height:5px;} table, tr, td{padding:0px; height:0px;}
table td div div font {
visibility:visible;}
td {background-color: 000000;border: 0px;}

table table {border: 0px;}

table table table table{
background-color: 000000;
border:0px;}

table table table {
border-width: 0px;
border-color: 0px;
border-style: solid;
background-color: 000000;}
table table table td {
background-color: transparent;}
table table table table td {
filter:none;}

.nametext
{ font-family: arial; color: white; font-size:35; letter-spacing: -1pt; font-weight: bold; line-height: 28px; text-align:left; background-color:; border-top:12px solid; border-color:202020; display:block; }

.whitetext12{font-family: arial; color: white; font-size: 16; letter-spacing: -1pt; font-weight: bold; line-height:12px; padding-left:0px; display:block;}

.lightbluetext8{font-family: arial; color: white; font-size: 11; letter-spacing: -1pt; font-weight: bold; line-height:12px; padding-left:0px; display:block; text-align:right; background-color: 202020;}

.redbtext, .redtext{font-family: arial; font-size: 11px; font-weight: bold; color: 404040;}

td, a, body, table, body, td, li, p, div, li, h1, h2, p, br, .text, textarea, input, .blacktext12, .btext, .redtext, .redbtext {
font-family:arial;
font-size:11px;
text-decoration:none;
color: 404040;}

font, td, a, body, table, body, td, li, p, div, textarea, li, p, br {font-family: arial; color: 808080; line-height: 15px; font-size:11px; text-transform: ;}
textarea, input {font-family: arial; font-size: 11px; color: 808080; text-transform: ; background-color:ffffff;border:1px solid C3C3C3;cursor:}
.btext {font-family: arial; font-size: 11px; color: 808080; line-height: 15px; font-weight: normal; text-transform: ; display:none;}
.blacktext10 {font-family: small fonts; font-size: 7px; color: white; text-align: center; line-height: 10px; font-weight: normal; background-color:; text-transform: uppercase; }
.blacktext12 {font-family: arial; font-size: 11px; color: 808080; line-height: 15px; font-weight: normal; }

a:active, a:visited, a:link {font-family:arial !important; font-weight:normal; font-style:normal; color:c0c0c0; letter-spacing:normal !important; text-transform:normal;}
a:hover {font-family:arial !important; font-weight:normal; font-style:normal; color: 007740; letter-spacing:normal !important; text-transform:normal;}

br{line-height:2px;} table, tr, td
{height:0px;padding:px;border:px;}
.extendednetwork table, .extendednetwork tr, .extendednetwork td{border:1px;}


</style>
 
Mickey
post Dec 9 2008, 02:45 PM
Post #5


Treasure Pleasure
********

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



Use this code:

CODE
<style>
.userProfileURL {text-align:center;}
</style>

That should do it.
 
Love-Dump
post Dec 10 2008, 12:53 AM
Post #6


Newbie
*

Group: Member
Posts: 5
Joined: Dec 2008
Member No: 701,382



QUOTE(Anarchy @ Dec 9 2008, 02:45 PM) *
Use this code:

CODE
<style>
.userProfileURL {text-align:center;}
</style>

That should do it.


Didn't work. D:
 
Mickey
post Dec 10 2008, 12:08 PM
Post #7


Treasure Pleasure
********

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



Alright, use this instead:

CODE
<style>
.userProfileURL, .searchMonkey-displayURL {text-align:center;}
</style>
 
Love-Dump
post Dec 11 2008, 06:11 PM
Post #8


Newbie
*

Group: Member
Posts: 5
Joined: Dec 2008
Member No: 701,382



QUOTE(Anarchy @ Dec 10 2008, 12:08 PM) *
Alright, use this instead:

CODE
<style>
.userProfileURL, .searchMonkey-displayURL {text-align:center;}
</style>


Ah, yes it worked! Thank you VERY much!
 
manny-the-dino
post Dec 11 2008, 06:17 PM
Post #9


Senior Member
*******

Group: Administrator
Posts: 8,629
Joined: Jan 2007
Member No: 498,468



Topic Closed & Moved
 

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