Log In · Register

 
about me, blahhh
cuntfacexxx
post Apr 16 2006, 11:52 AM
Post #1


Senior Member
***

Group: Member
Posts: 49
Joined: Jul 2005
Member No: 168,977



how do I make my about me look like this persons.
here.

everytime I put in the move about me up, it takes off the border around the about me.
 
 
Start new topic
Replies (1 - 15)
freeflow
post Apr 16 2006, 11:53 AM
Post #2


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

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



Post all your codes then maybe we can fix yours..
 
GREASEbaby
post Apr 16 2006, 11:59 AM
Post #3


What's my name? Janette. and ily. <3
******

Group: Member
Posts: 2,139
Joined: Apr 2006
Member No: 391,911



^Can't she just remove the extended network?
CODE
<style type="text/css">
table tbody td table tbody tr td.text table {visibility:hidden;}
table tbody td table tbody tr td.text table table, table tbody td table tbody tr td.text table table tbody td.text {visibility:visible;}</style>


That's just in about me.

Move about me up:
CODE
{1}
<div class="up"><table><tr><td><table><tr><td>

{2}
table tbody td table tbody tr td.text table {visibility:hidden;}
table tbody td table tbody tr td.text table table, table tbody td table tbody tr td.text table table tbody td.text {visibility:visible;}
.up{position:absolute; top: 190px;}


The first part goes in the very top, second in your style tags.
 
freeflow
post Apr 16 2006, 12:02 PM
Post #4


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

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



I think they already tried ours.. And alot of people have borders taken off there about me when they use that code. Thats why I asked for there codes for a way to keep the borders _smile.gif
 
cuntfacexxx
post Apr 16 2006, 12:10 PM
Post #5


Senior Member
***

Group: Member
Posts: 49
Joined: Jul 2005
Member No: 168,977



okay, I put in those codes & it took the border off.
& I want the border on, like that girls.

here's my codes

CODE
<style type="text/css">


body { cursor:crosshair;}
a:hover { cursor:crosshair;}

a:hover img { filter: progid:DXImageTransform.Microsoft.Pixelate (maxsquare=5); }
</style>


<style type="text/css">
body{border-top:15px solid black!important;border-bottom:15px solid black!important;border-right:15px solid black;border-left:15px solid black}

</style>
<style type="text/css">
embed {position:absolute; margin-top:-500px; margin-left:-1000px;}
</style>
<style TYPE="text/css">
.contacttable {display:none;}
body {
  background-image:url();
  background-attachment:fixed;
}
.whitetext12, .orangetext15 {display:none;}
body td, body table, table {direction:ltr !important;}
.hide {
  display:none;
}

.x {
  visibility:hidden;
}

td, tr, table {
  height:0px !important;
}

td, span, div, p, a, body, textarea, input {
  font-family:verdana !important;
  font-size:8pt !important;

  letter-spacing:-1px;
  line-height:90%;
}

input, textarea {
  background-color:white !important;
  border-width:1px !important;
  border-style:solid !important;
  border-color:black !important;
  color:black !important;
}

a {
  color:black !important;
  text-decoration:none !important;
  font-weight:normal !important;
}

table, td {
border:none;
border-width: 0px;
padding: 0px;
}


table table table {
  border-width:1px !important;
  border-style:solid;
  border-color:black;
}

table table table table {
  border-width:0px !important;
}


a:img, a:link img, a:active img, a:visited img, a:hover img {
  border-width:0px !important;
  margin:0px !important;
}

.nametext {
  font-size:18pt !important;
  letter-spacing:-2px !important;
}

.fr {
  height:100px;
  overflow:hidden;
}

.fr table {
  margin-bottom:300px;
}

.fr table table,
.fr table table table {
  margin-bottom:0px;
} .fr table table table table {display:none !important;}

table tbody td table tbody tr td.text table {visibility:hidden;}
table tbody td table tbody tr td.text table table, table tbody td table tbody tr td.text table table tbody td.text {visibility:visible;}
.up{position:absolute; top: 190px;}

</style></td></tr></table><table class=hide><tr><td>

<style type="text/css">
table tbody td table tbody tr td.text table {visibility:hidden;}
table tbody td table tbody tr td.text table table, table tbody td table tbody tr td.text table table tbody td.text {visibility:visible;}</style>
 
GREASEbaby
post Apr 16 2006, 12:27 PM
Post #6


What's my name? Janette. and ily. <3
******

Group: Member
Posts: 2,139
Joined: Apr 2006
Member No: 391,911



Maybe there's a border visibility code?
 
cuntfacexxx
post Apr 16 2006, 12:46 PM
Post #7


Senior Member
***

Group: Member
Posts: 49
Joined: Jul 2005
Member No: 168,977



there's not, the border goes away when I move the about me up.
I want the about to move up & keep the border.

I want mine to go from this:


to this:
 
freeflow
post Apr 16 2006, 01:33 PM
Post #8


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

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



Try this code
CODE
<div class="up"><table><tr><td><table><tr><td>
<style>
table tbody td table tbody tr td.text table {visibility:hidden;}
table tbody td table tbody tr td.text table table, table tbody td table tbody tr td.text table table tbody td.text {visibility:visible;}
.up{position:absolute; top: 190px; border: 1px solid 000000;}
</style>
<style type="text/css">


body { cursor:crosshair;}
a:hover { cursor:crosshair;}

a:hover img { filter: progid:DXImageTransform.Microsoft.Pixelate (maxsquare=5); }
</style>


<style type="text/css">
body{border-top:15px solid black!important;border-bottom:15px solid black!important;border-right:15px solid black;border-left:15px solid black}

</style>
<style type="text/css">
embed {position:absolute; margin-top:-500px; margin-left:-1000px;}
</style>
<style TYPE="text/css">
.contacttable {display:none;}
body {
  background-image:url();
  background-attachment:fixed;
}
.whitetext12, .orangetext15 {display:none;}
body td, body table, table {direction:ltr !important;}
.hide {
  display:none;
}

.x {
  visibility:hidden;
}

td, tr, table {
  height:0px !important;
}

td, span, div, p, a, body, textarea, input {
  font-family:verdana !important;
  font-size:8pt !important;

  letter-spacing:-1px;
  line-height:90%;
}

input, textarea {
  background-color:white !important;
  border-width:1px !important;
  border-style:solid !important;
  border-color:black !important;
  color:black !important;
}

a {
  color:black !important;
  text-decoration:none !important;
  font-weight:normal !important;
}

table, td {
border:none;
border-width: 0px;
padding: 0px;
}


table table table {
  border-width:1px !important;
  border-style:solid;
  border-color:black;
}

table table table table {
  border-width:0px !important;
}


a:img, a:link img, a:active img, a:visited img, a:hover img {
  border-width:0px !important;
  margin:0px !important;
}

.nametext {
  font-size:18pt !important;
  letter-spacing:-2px !important;
}

.fr {
  height:100px;
  overflow:hidden;
}

.fr table {
  margin-bottom:300px;
}

.fr table table,
.fr table table table {
  margin-bottom:0px;
} .fr table table table table {display:none !important;}

</style>
<style type="text/css">
table tbody td table tbody tr td.text table {visibility:hidden;}
table tbody td table tbody tr td.text table table, table tbody td table tbody tr td.text table table tbody td.text {visibility:visible;}</style>
</td></tr></table><table class=hide><tr><td>
 
cuntfacexxx
post Apr 16 2006, 01:51 PM
Post #9


Senior Member
***

Group: Member
Posts: 49
Joined: Jul 2005
Member No: 168,977



it still didn't work.
I think it might be my friends & comment code.
you know the one that hides them.

if I make my friends list look like this:


do you think it will fix it?
 
freeflow
post Apr 16 2006, 01:53 PM
Post #10


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

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



You can try taking it out.

If you want to get rid of your friends fully try:
CODE
<style type="text/css"> td.text td.text table table table, td.text td.text table br, .rid 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 td, td.text td.text table {height:0;padding:0;border:0;} td.text td.text table {background-color:transparent!important} td.text td.text table td {font-size:0} td.text td.text {height:0}</style>


If not you should post every code you have in your myspace..
 
cuntfacexxx
post Apr 16 2006, 02:03 PM
Post #11


Senior Member
***

Group: Member
Posts: 49
Joined: Jul 2005
Member No: 168,977



okay well here's ALL of my codes.

About me.
QUOTE
<img src="http://i2.tinypic.com/sq11fl.jpg">
<BR>
hi, my name is mandy.
<BR>I love a boy named Austin.
<BR>he's the person I want to be with tomorrow & forever.
<BR>my weekends are never interesting.
<BR>i do weird things & I talk a lot.
<BR>i'm never happy with anything in this world.
<BR>p.s. you'll get used to me.
</p align><br>
<BR>
<a href="http://collect.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=18962675"><img src="http://i2.tinypic.com/sq464p.jpg" border="0"></a> <a href="http://mail.myspace.com/index.cfm?fuseaction=mail.message&friendID=18962675"><img src="http://i2.tinypic.com/sq49aq.jpg" border="0"></a>
<BR>
<center><img src="http://i2.tinypic.com/sq2rmq.jpg">
<BR>BFF IN DA UNIVERSE!!
<BR>
<BR>
<BR>
<BR>
<BR>
the end?</center></p align>


<style type="text/css">


body { cursor:crosshair;}
a:hover { cursor:crosshair;}

a:hover img { filter: progid:DXImageTransform.Microsoft.Pixelate (maxsquare=5); }
</style>


<style type="text/css">
body{border-top:15px solid black!important;border-bottom:15px solid black!important;border-right:15px solid black;border-left:15px solid black}

</style>
<style type="text/css">
embed {position:absolute; margin-top:-500px; margin-left:-1000px;}
</style>
<style TYPE="text/css">
.contacttable {display:none;}
body {
background-image:url();
background-attachment:fixed;
}
.whitetext12, .orangetext15 {display:none;}
body td, body table, table {direction:ltr !important;}
.hide {
display:none;
}

.x {
visibility:hidden;
}

td, tr, table {
height:0px !important;
}

td, span, div, p, a, body, textarea, input {
font-family:verdana !important;
font-size:8pt !important;

letter-spacing:-1px;
line-height:90%;
}

input, textarea {
background-color:white !important;
border-width:1px !important;
border-style:solid !important;
border-color:black !important;
color:black !important;
}

a {
color:black !important;
text-decoration:none !important;
font-weight:normal !important;
}

table, td {
border:none;
border-width: 0px;
padding: 0px;
}


table table table {
border-width:1px !important;
border-style:solid;
border-color:black;
}

table table table table {
border-width:0px !important;
}


a:img, a:link img, a:active img, a:visited img, a:hover img {
border-width:0px !important;
margin:0px !important;
}

.nametext {
font-size:18pt !important;
letter-spacing:-2px !important;
}

.fr {
height:100px;
overflow:hidden;
}

.fr table {
margin-bottom:300px;
}

.fr table table,
.fr table table table {
margin-bottom:0px;
} .fr table table table table {display:none !important;}

</style>
<style type="text/css">
table tbody td table tbody tr td.text table {visibility:hidden;}
table tbody td table tbody tr td.text table table, table tbody td table tbody tr td.text table table tbody td.text {visibility:visible;}</style>
</td></tr></table><table class=hide><tr><td>


<style type="text/css">.comments {visibility:hidden;display:none;}</style>


Who I'd like to Meet.
QUOTE
<div class="comments"><table><tr><td><table><tr><td>


dsgksdgk I'm getting frustrated with myspace. wacko.gif
 
freeflow
post Apr 16 2006, 02:55 PM
Post #12


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

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



Sorry for the long wait using your layout I wasn't able to get a border. The only way I was able to get a border was change the css then re align the about me table..


I just put in random #'s
http://www.myspace.com/poopietest

Someone else might be able to do it w/ your layout so hang in there :)
 
cuntfacexxx
post Apr 16 2006, 03:08 PM
Post #13


Senior Member
***

Group: Member
Posts: 49
Joined: Jul 2005
Member No: 168,977



I don't know what css means, but can't you just go & click view, then source and find all the codes this girl used?

I can't tell what codes are what.

www.myspace.com/383215
 
freeflow
post Apr 16 2006, 03:20 PM
Post #14


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

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



css are the codes that change colors.

The difference is that if you continue to use your css she used a diff form of tables. You can just like message her for it. Taking it would be just stealing hers so you can ask her how she moved hers up its not the same code thats a fact.
Basically its stealing.
 
cuntfacexxx
post Apr 16 2006, 03:21 PM
Post #15


Senior Member
***

Group: Member
Posts: 49
Joined: Jul 2005
Member No: 168,977



okay, well I'm just giving up & I'm going to keep guessing how to fix it.

thanks.
 
freeflow
post Apr 16 2006, 03:23 PM
Post #16


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

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



^ Just message her for it . Its much easier than you guessing.
I tried guessing it out for a while its not easy. Message her..
 

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