Log In · Register

 
 
Closed TopicStart new topic
name wont appear
DollFaceHEARTsSF
post Aug 2 2006, 08:46 PM
Post #1


Senior Member
****

Group: Member
Posts: 176
Joined: Aug 2005
Member No: 198,897



hi i have a new layout
and i just changed it and now the name won't
appear
does any one have any ideas?
 
*Azarel*
post Aug 2 2006, 08:52 PM
Post #2





Guest






Could you provide either your myspace or your coding so we could take a look at what's wrong?

Try this:
CODE
<style=text/css>
.nametext {
    visibility: visible;
    }
</style>
 
miiichellley
post Aug 2 2006, 09:03 PM
Post #3


my michelle.
*****

Group: Member
Posts: 792
Joined: Oct 2005
Member No: 267,094



You might have a 'display:none' or something similar to that in your layout code.
 
DollFaceHEARTsSF
post Aug 2 2006, 10:05 PM
Post #4


Senior Member
****

Group: Member
Posts: 176
Joined: Aug 2005
Member No: 198,897



my layout code is a little weriod it splits into two parts
here


CODE
<center><style type="text/css"> span.nametext { text-align: center; text-transform:uppercase; font-family: times new roman; font-size: 12pt; color:black; font-weight:none; line-height:8px; position: relative; top: 170px; left: 0px; letter-spacing: -4pt; display:none}</style><center> <style type="text/css"> .Main { position:absolute; left:50@top:125px; width:800px; z-index:1; margin-left:-400px; padding:0px; border:0px; background-color:transparent;} </style> <style type="text/css"> body{ background-color: FFFFFF; background-position: center; cursor: default; scrollbar-base-color:FFFFFF; scrollbar-track-color: FFFFFF; scrollbar-face-color: FFFFFF; scrollbar-highlight-color: 000000; scrollbar-3dlight-color: FFFFFF; scrollbar-darkshadow-color: FFFFFF; scrollbar-shadow-color: 000000; scrollbar-arrow-color: FFFFFF; } a:hover { cursor: none; color:pink; text-decoration: default; text-transform: case; font-weight: none; font-size: 8pt; } a:active{ color:000000; } a:link{ color:000000; } a:visited{ color:000000; } p {color:black; font-family: verdana; font-size: 8pt;} p {align=none} a {cursor: none;} a.navbar: {font-family: verdana; font size: 8pt; text-decoration:bold; font-weight: normal; text-transform: lowercase; color:black; font-weight: NORMAL; background-color: padding: 3px;line-height: 9px} td {border: 0px solid black; background-color:; border: 0px; color: black; font-family: arial; font-size: 18pt;} .text {color:black; font-family: verdana; text-transform: lowercase; font-size: 9pt; line-height: 9px} .whitetext12 {color:black; font-family: verdana; text-transform: case; font-size: 9pt; line-height: 9px} a.searchlinksmall {color:pink; font-family: arial; text-transform: lowercase; font-size: 8pt; line-height: 9px} a:link.searchlinksmall {color:pink; font-family: arial; text-transform: lowercase; font-size: 8pt; line-height: 9px} .btext {color:black; font-family: arial; text-transform: lowercase; font-size:8pt; line-height: 9px} .orangetext15 {color: 000000; font-family: arial; letter-spacing: -2pt; line-height: 12px; text-decoration: none; text-transform: lowercase; font-size: 18pt;} .redbtext {color:000000; font-family: arial; text-transform: lowercase; font-size: 8pt; line-height: 9px} a:link.redlink {color:000000; font-family: arial; text-transform: lowercase; font-size: 8pt; line-height: 10px} .blacktext10 {color:000000; font-family: times new roman; letter-spacing: -2pt; line-height: 12px; text-decoration: none; text-transform: lowercase; font-size: 18pt;} table table table table{border: 0px;} a.navbar:link {font-family: arial; font size: 8pt; text-decoration:bold; font-weight: normal; text-transform: lowercase; color:; font-weight: NORMAL; background-color: padding: 3px;} a.navbar:active {font-family: arial; font size: 8pt; text-decoration:none; text-decoration: default; color:;} a.navbar:visited {font-family: arial; font size: 8pt; text-decoration:none; text-decoration: default; color:;} a.navbar:hover {font-family: verdana; font size: 8pt; text-decoration: default; text-transform: lowercase; color:;} font, td, a, body, input, textarea, p {font-family: verdana; font-size: 8pt; color:black; border: 0px; align:justify; line-height: 9px} .descripts {border: 1px solid black; background-color: white;} .lightbluetext8 {color: 000000; letter-spacing: -2pt; font-family: arial; font-size: 14pt;} .blacktext12 {color: 000000; letter-spacing: -2pt; font-family: arial; font-size: 18pt;} body, td, li, p, div, textarea, li, h1, font, input, h2, p, a, br {font-family: arial; text-transform: lowercase; font-size: 8pt; border: 0px; align:justify;} </style> <style>body{ border-style:solid; border-top-width:0px; border-bottom-width:0px; border-left-width:0px; border-right-width:0px; border-color:000000;}</style> <style type="text/css"> BODY, P, TD, TR, TABLE, DIV{ font-family: arial; font-align: justify; font-size: 8pt; color: black; line-height: .7em; cursor: default;} </style> <style> a:hover img{ filter:progid:DXImageTransform.Microsoft.Pixelate(maxsquare=4) progid:DXImageTransform.Microsoft.BasicImage(grayscale=0); cursor:help; border-color:000000; } body { background-image: url(""); background-attachment:fixed; background-color:black; background-position:center 20; background-repeat:repeat; margin-top:0; margin-right:0; font-family:verdana; background-repeat:repeat; } </style> <div style="position:absolute;left:0px;top:0px;width:88px;height:31px;">
 
*This Confession*
post Aug 2 2006, 10:07 PM
Post #5





Guest






<style type="text/css"> span.nametext { text-align: center; text-transform:uppercase; font-family: times new roman; font-size: 12pt; color:black; font-weight:none; line-height:8px; position: relative; top: 170px; left: 0px; letter-spacing: -4pt; display:none}</style>

get rid of the bold thing
its at the top of your myspace coding
 
DollFaceHEARTsSF
post Aug 2 2006, 10:14 PM
Post #6


Senior Member
****

Group: Member
Posts: 176
Joined: Aug 2005
Member No: 198,897



ooh wait now my name in under my picture?
is that right
 
freeflow
post Aug 2 2006, 10:24 PM
Post #7


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

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



To move it

position: relative; top: 170px; left: 0px;
Edit the top number on that. Make the top number smaller to go higher.
 
DollFaceHEARTsSF
post Aug 2 2006, 10:59 PM
Post #8


Senior Member
****

Group: Member
Posts: 176
Joined: Aug 2005
Member No: 198,897



that worked i got to zero
but it still wont go all the way Over to where the name is sapose
to be
?
 
freeflow
post Aug 2 2006, 11:00 PM
Post #9


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

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



position: relative; top: 170px; left: 0px;

If you want it back where it was delete that.
 
*Azarel*
post Aug 2 2006, 11:01 PM
Post #10





Guest






You can use negative pixel values. ;)
 
DollFaceHEARTsSF
post Aug 2 2006, 11:08 PM
Post #11


Senior Member
****

Group: Member
Posts: 176
Joined: Aug 2005
Member No: 198,897



before it was in my picture now its just barely at the top
lol?
i don;t have that i changed it as you said and went all the way down to a ZERO
 
freeflow
post Aug 2 2006, 11:11 PM
Post #12


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

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



What? If you want it back to normal just delete that line. What Azarel, meant was that you can use negative numbers too . Like -10, -9. -5. Etc.
 

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