Log In · Register

 
 
Closed TopicStart new topic
code smashing boxes together, custom friends code changing spacing on a page
brooklyneast05
post Jun 21 2007, 10:17 PM
Post #1


I'm Jc
********

Group: Mentor
Posts: 13,619
Joined: Jul 2006
Member No: 437,556



i don't know what the problem is
but this code for a top friends, when put in, smashes all the boxes together. not the friends pics. i mean extended network, blogs, about me will all be right up against eachohter with no space in between. and teh same on the other side, contact box, url box, interests column will be right up on eachohter. no space at all between them

CODE
<style type="text/css">td.text td.text table table table, td.text td.text table br, 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} td.text td.text table b, td.text td.text table table td {font-size:8pt} td.text td.text table table td {padding:3;} td.text td.text table table br {display:inline;} </style></td></tr></table></td></tr></table><table border="0" bordercolor="000000" cellpadding="2" cellspacing="0" width="435"><tr><td align="left" height="20" width="435"><table style="height:20px" bgcolor="ffcc99" cellpadding="0" cellspacing="0" width="100%"><tr><td width="100%" align="center"><span class="orangetext15" style="display:inline"> My Bitches</span></td></tr></table></td></tr><tr><td><table align="center" border="0" cellpadding="5" cellspacing="0" width="100%"><tr><td align="center" valign="top" width="1"><table align="center" border="0" cellspacing="0"><tr><td align="center" valign="top" width="1"><table align="center" border="0" cellspacing="3"><tr><td align="center" valign="top" width="107"><a href=" http://www.myspace.com/webstuhh">A...lt;tr><td align="center" valign="top" width="25%"><a href=" http://www.myspace.com/webstuhh"><img src="http://i13.photobucket.com/albums/a270/ReeNaNa/armifriends.png" ></a></td></tr></table></td><td align="center" valign="top" width="1"><table align="center" border="0" cellspacing="3"><tr><td align="center" valign="top" width="107"><a href="http://www.msplinks.com/MDFodHRwOi8vcHJvZmlsZS5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdwcm9maWxlJmZyaWVuZGlkPTE3NjQ1NTQxJk15VG9rZW49MjA2YWQw
DctN2I4NC00Yzk2LTk5OTYtNjM5ZjhlOGJmMjc4">Nubby♥</a></td></tr><tr><td align="center" valign="top" width="25%"><a href="http://www.msplinks.com/MDFodHRwOi8vcHJvZmlsZS5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdwcm9maWxlJmZyaWVuZGlkPTE3NjQ1NTQxJk15VG9rZW49MjA2YWQw
DctN2I4NC00Yzk2LTk5OTYtNjM5ZjhlOGJmMjc4"><img src="http://i13.photobucket.com/albums/a270/ReeNaNa/jcfriends.png" ></a></td></tr></table></td></tr></table></td></tr><tr align="right" valign="center"><td colspan="4" bgcolor="ffffff"><a target="_blank" href="" class="redlink">View All of My Bitches</a></td></tr><tr align="center" valign="center"><td colspan="4" bgcolor="ffffff"><a target="_blank" href="">I still love u all, don't worry :)</a></td></tr></table></td></tr></table></td></tr></table><br><table><tr><td><table style=""><tr><td class="text"><table style="display:none"><tr><td><table><tr><td>

* and idk why that code box has such a huge scroll bar horizontally

if u dont know what i mean by smashed togehter u can look at this pic here
and see there is no room between anything, look, even the info like town age bla bla bla is messed up from it

click here for example
i hope someone knows whats causing this
THANKS
 
speakerboxx123
post Jun 21 2007, 11:29 PM
Post #2


im with the marching band
*****

Group: Member
Posts: 740
Joined: Dec 2006
Member No: 491,167



that link at the bottom of the post is no good, change the link...
 
brooklyneast05
post Jun 22 2007, 07:36 AM
Post #3


I'm Jc
********

Group: Mentor
Posts: 13,619
Joined: Jul 2006
Member No: 437,556



QUOTE(_cheekz_ @ Jun 21 2007, 11:29 PM) *
that link at the bottom of the post is no good, change the link...



k the link is fixed
 
freeflow
post Jun 22 2007, 10:31 AM
Post #4


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

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



Try this don't hate me if it doesn't work.

Find
CODE
<style type="text/css">td.text td.text table table table, td.text td.text table br, 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} td.text td.text table b, td.text td.text table table td {font-size:8pt} td.text td.text table table td {padding:3;} td.text td.text table table br {display:inline;} </style>


Replace with :
CODE
<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;}
td.text td.text table td {font-size:0pt;}
td.text td.text {height:0;}
td.text td.text table b, td.text td.text table table td {font-size:8pt;}
</style>
 
brooklyneast05
post Jun 22 2007, 11:33 AM
Post #5


I'm Jc
********

Group: Mentor
Posts: 13,619
Joined: Jul 2006
Member No: 437,556



QUOTE(freeflow @ Jun 22 2007, 10:31 AM) *
Try this don't hate me if it doesn't work.

Find
CODE
<style type="text/css">td.text td.text table table table, td.text td.text table br, 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} td.text td.text table b, td.text td.text table table td {font-size:8pt} td.text td.text table table td {padding:3;} td.text td.text table table br {display:inline;} </style>


Replace with :
CODE
<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;}
td.text td.text table td {font-size:0pt;}
td.text td.text {height:0;}
td.text td.text table b, td.text td.text table table td {font-size:8pt;}
</style>



if this doesnt work then u dont get donut

just kidding
ill try it
well
actually its not for me
so when the girl im helping gets on, we'll try it
i shall report back captain
aye aye
 
brooklyneast05
post Jun 22 2007, 03:09 PM
Post #6


I'm Jc
********

Group: Mentor
Posts: 13,619
Joined: Jul 2006
Member No: 437,556



it worked
good job mate
 
speakerboxx123
post Jun 23 2007, 11:49 PM
Post #7


im with the marching band
*****

Group: Member
Posts: 740
Joined: Dec 2006
Member No: 491,167



wow.
 
brooklyneast05
post Jun 24 2007, 12:57 AM
Post #8


I'm Jc
********

Group: Mentor
Posts: 13,619
Joined: Jul 2006
Member No: 437,556



what
 
speakerboxx123
post Jun 24 2007, 10:15 AM
Post #9


im with the marching band
*****

Group: Member
Posts: 740
Joined: Dec 2006
Member No: 491,167



that was funny hehe.gif
 
freeflow
post Jun 24 2007, 10:16 AM
Post #10


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

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



Ok.... lets not spam anymore. happy.gif Anyways, I'm glad it worked. Donut's going to love me. BE JEALOUS tongue.gif

Anyways, Topic closed. If you need anymore help PM me.
 

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