Log In · Register

 
i cant get my about me to move up
burnlikestars
post Aug 4 2006, 08:31 PM
Post #1


leslie
**

Group: Member
Posts: 29
Joined: Aug 2006
Member No: 448,273



ive used both the 'hide blogs and extended network' and 'move about me up' codes.
the blogs and banner hide just fine but i can not for the life of me move my freaking about me up.

ive combined the codes inside the same <style> tag, ive used seperate ones and put them one after the other in both orders, ive put them at both the top and bottom of my 'about me' and 'who id like to meet', ive put them in my actual stylesheet and i can not get about me to move.
does it hate me or is there something else i should be doing??

the codes can be found on pages 8 and 9 of the myspace codes here at creteblog :)
 
 
Start new topic
Replies (1 - 7)
PrincessAda
post Aug 4 2006, 08:49 PM
Post #2


the name is ada.
*******

Group: Official Member
Posts: 4,688
Joined: Dec 2005
Member No: 334,608



It could be something in your stylesheet.can i see it ?
 
burnlikestars
post Aug 4 2006, 08:55 PM
Post #3


leslie
**

Group: Member
Posts: 29
Joined: Aug 2006
Member No: 448,273



this is all the coding i have in my about me section. i figured id show you everything since it might be something thats not just in the "layout" part.
the second part is the coding i have in my who id like to meet.
and my myspace is myspace.com/paprocki if you need to look at it.. thanks :)


<br><a href="http://comments.myspace.com/index.cfm?fuseaction=user&circuitaction=viewProfile_commentForm&friendID=1740928">
<img src="http://i3.tinypic.com/23jfkbb.jpg"></a>
<style>.ORANGETEXT15{DISPLAY:NONE;VISIBILITY:HIDDEN;}</style>
<style>.btext{DISPLAY:NONE;VISIBILITY:HIDDEN;}</style>
<style>.WHITETEXT12{DISPLAY:NONE;VISIBILITY:HIDDEN;}</style>
<style type="text/css"> .contactTAble {display: none;} </style>
<style type="text/css">
td.text td.text table table table, td.text td.text table br, td.text
td.text table .orangetext15, td.text td.text .redlink, td.text td.text
span.btext {display:none;}
td.text td.text table {background-color:transparent;}
td.text td.text table td, td.text td.text table
{height:0;padding:0;border:0;}
td.text td.text table table td {padding:3;}
td.text td.text table table br {display:inline;}
</style>
<style type="text/css">input, select {background-color:white!important; color:333333! important; font-family:times new roman! important; font-weight:bold;}
a:link{color:333333;}
a:visited{color:333333;}
a:active{color:333333;}
a:hover{color:333333; text-decoration:line-through;}
a.navbar:link{color:333333; font-family:times new roman; font-size:8pt; font-weight:bold;}
a.navbar:visited{color:333333; font-family:times new roman; font-size:8pt; font-weight:bold;}
a.navbar:active{color:333333; font-family:times new roman; font-size:8pt; font-weight:bold;}
a.navbar:hover{color:333333; font-family:times new roman; font-size:8pt; font-weight:bold;}
a.redlink:link {color:333333! important; font-weight:bold; font-family:times new roman; font-size:9pt; font-weight:bold;}
a.redlink:visited {color:333333! important; font-weight:bold; font-family:times new roman; font-size:9pt; font-weight:bold;}
a.redlink:active {color:333333! important; font-weight:bold; font-family:times new roman; font-size:9pt; font-weight:bold;}
a.redlink:hover {color:333333! important; font-weight:bold; font-family:times new roman; text-decoration:line-through; font-size:9pt; font-weight:bold;}
a.man:link {font-family:times new roman; font-size:8pt; font-weight:bold;}
a.man:visited {font-family:times new roman; font-size:8pt; font-weight:bold;}
a.man:active {font-family:times new roman; font-size:8pt; font-weight:bold;}
a.man:hover {font-family:times new roman; font-size:8pt; font-weight:bold;}
body{scrollbar-face-color:white;
scrollbar-shadow-color:white;
scrollbar-highlight-color:white;
scrollbar-3dlight-color:white;
scrollbar-darkshadow-color:white;
scrollbar-track-color:white;
scrollbar-arrow-color:333333;
background-color:000000;}
body{background-image:url("http://i1.tinypic.com/23hrpxy.jpg");
background-attachment:fixed;
background-repeat:no-repeat;
background-position:center center;
background-color:white;}
td, a, body, table, p {font-family:times new roman; text-transform:lowercase}
table, td, a, body, input{background-color:transparent;border:none;border-width:0}
.text {font-family:times new roman; text-transform:lowercase}
.nametext {color:333333; font-family:times new roman; font-size:14pt;}
.blacktext10 {color:333333; font family:times new roman;}
.redtext, .redbtext {color:333333;}
.blacktext12, .blacktext10, .orangetext15, .lightbluetext8, .whitetext12 {color:333333; font-family:times new roman;}
table table{border:0px;}
table table table {border:0px solid;border-color:black; padding:2;background-color:transparent;}
table table table table{border:0px;}</style>



<style type="text/css">
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><style>.note {bring the tables up more}
td.text table {position:relative; top: 0px;}
td.text table table {position:static;}</style>
<div style="position:relative; height:50px; overflow:hidden;
border:0px;"><table><tr><td><table><tr><td>
 
*This Confession*
post Aug 4 2006, 09:13 PM
Post #4





Guest






CODE
<style>
td.text table {position:relative; top: -140px;}
td.text table table {position:static;}</style>



put that at the very top of your about me
you may need to change the -140


CODE
<style type="text/css">
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>


and put this anywhere in your about me.
 
burnlikestars
post Aug 4 2006, 09:21 PM
Post #5


leslie
**

Group: Member
Posts: 29
Joined: Aug 2006
Member No: 448,273



yeah, i JUST realized that too haha.. thank you so much for pointing it out.. 140 px is nowhere near enough upness.
oh yayyyyyy
<3
 
*This Confession*
post Aug 4 2006, 09:23 PM
Post #6





Guest






so problem solved?
Any more questions? happy.gif
 
burnlikestars
post Aug 4 2006, 09:26 PM
Post #7


leslie
**

Group: Member
Posts: 29
Joined: Aug 2006
Member No: 448,273



napes.. this topic is like, totally closeable!
thumbsup.gif
 
*This Confession*
post Aug 4 2006, 09:31 PM
Post #8





Guest






haha
kk
topic closed.


have a nice night flowers.gif
 

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