Log In · Register

 
How do I make my Interests section skinny?
manny-the-dino
post Jul 24 2008, 02:06 PM
Post #1


Senior Member
*******

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



Okay so this is what my Interest's section looks like:




And I want it to look like this:


Is there a code to make it look like that & to also get rid of that extra space next to my picture in my first screenshot? shrug.gif
 
 
Start new topic
Replies (1 - 8)
Mickey
post Jul 24 2008, 09:30 PM
Post #2


Treasure Pleasure
********

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



Use this code:

CODE
<style>
table, tr, td {height:0px;padding:0px;border:0px;}
tr {background-color:transparent;}
</style>
 
manny-the-dino
post Jul 24 2008, 09:39 PM
Post #3


Senior Member
*******

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



K. I'll try it out later. _smile.gif
 
manny-the-dino
post Jul 25 2008, 03:12 PM
Post #4


Senior Member
*******

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



Doesn't work. "/ Where do I place the code? I put it in my "About Me" & then my "Interests" & it looks the same.
 
Mickey
post Jul 25 2008, 03:16 PM
Post #5


Treasure Pleasure
********

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



Placing it in your About Me or Who I'd Like To Meet section should work. I don't know why it doesn't. I've tried it myself and it looks fine like the image you posted up there.
 
manny-the-dino
post Jul 25 2008, 03:21 PM
Post #6


Senior Member
*******

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



Maybe I have a code that's conflicting with it.


About Me:
CODE
<style>

body, table, tr, td, div, marquee, a{cursor: url(http://deadline-lyts.com/images/tiny.cur), default!important;}tr{background-color:transparent;}br { line-height:4px;}

body {
background-color:7DCF3A;
background-image:url("http://i4.photobucket.com/albums/y128/Nat-Nat/MS/43453c.gif"); background-repeat:repeat; background-position:bottom left; background-attachment:fixed;}
.nametext {
font-family:arial black;
color:000000!important;
font-size:21px; letter-spacing:-2px; line-height:19px; text-transform:uppercase; font-weight:normal; text-decoration:none; color:black;}
.blacktext10 {
text-transform:lowercase;
font-family:arial; font-size:18px;
color:000000!important;
padding-left:1px; display:block; line-height:20px}big { font-family:arial; font-size:21px; letter-spacing:-1px; line-height:20px; text-transform:lowercase; font-weight:normal; text-decoration:none; color:black;}</style><style>td, a, body, table, body, td, li, p, div, li, h1, h2, p, br, .text, textarea, input, .blacktext12, .btext, .lightbluetext8, a:link, a:active, a:hover, a:visited, .orangetext15,.whitetext12, .redtext, .redbtext {text-transform:lowercase;font-family:arial;font-size:11px;line-height:10px; text-decoration:none;}.friendsComments .orangetext15 {padding-left:9px;}input, textarea {border:1px solid black;color:000000;line-height:10px;font-family:century gothic;font-size:9px;letter-spacing:1px;}a.navbar:link, a.navbar:active, a.navbar:visited {text-transform:lowercase; font-family:arial;font-size:11px;color:000000;letter-spacing:1pt;font-weight:normal;text-decoration:none;line-height:13px;}a.navbar:hover {text-transform:lowercase; font-family:arial;font-size:11px;color:000000;letter-spacing:1pt;font-weight:normal;text-decoration:none;line-height:13px;}a:hover {cursor:crosshair;}br{line-height:2px;} table, tr, td {height:0px;padding:0px;border:0px;}tr { background-color:transparent; }.extendednetwork table, .extendednetwork tr, .extendednetwork td{border:1px solid black;}.redlink, .friendSpace .btext { display:none;} .imgonlinenow { display:none;}</style>




<style>embed, object {width:0px; height:0px;} table table table embed, table table table object {width:320px; height:240px;} </style>

























<br />
<center><b><h1>UNDER CONSTRUCTION</h1></b><br />
<br />
<br />
<br />
enjoy some eyecandy in the mean time <b>;)</b><br />
<br />
<img src="http://i4.photobucket.com/albums/y128/Nat-Nat/MS/52957c.jpg" /><br />
<br />
<br />
<br />
<br />
comment me
<form method="post" action="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input name="friendID" value="18041471" type="hidden" /><textarea name="f_comments" style="overflow:auto;" cols="10" rows="7">HEY </textarea>
<br /> <input value="&hearts;" style="border-width: 1px; border-style: solid; border-color: 000000; width:75px; font-family: small fonts; text-transform:uppercase; letter-spacing:1pt; font-size: 7px; color: 000000; background-color: ffffff;" type="submit" /> <input value="X" style="border-width: 1px; border-style: solid; border-color: 000000; width:75px; font-family: small fonts; text-transform:uppercase; letter-spacing:1pt;font-size: 7px; color: 000000; background-color: ffffff;" type="reset" /></form><br />
<br />
<br />








<style>td td embed, td td object{position:absolute; left:0px; top:0px; width:1px; height:1px;}
td.text embed {width:260px; height:38px;}
td.text embed, td.text object {width:260px; height:38px;}</style>



<style>

.latestBlogEntry {display: none;}

</style>



<style>
table.userProfileURL{
display:none;
}
</style>



<table style="display:none;">


<style>
a.text {visibility:visible; display:auto;}
</style>



<style>table table table table td {width:0px;}</style>


I'd Like To Meet:
CODE
<style>
.friendSpace {display:none;}
.friendsComments {display:none;}
</style>
 
Mickey
post Jul 25 2008, 04:55 PM
Post #7


Treasure Pleasure
********

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



I don't see any code that would conflict with what I gave you. How about you use this code:

CODE
<style>
table, tr, td {height:0px;padding:0px;border:0px;}
tr {background:none;}
</style>
 
manny-the-dino
post Jul 27 2008, 09:31 PM
Post #8


Senior Member
*******

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



Nope. sad.gif
 
manny-the-dino
post Jul 31 2008, 08:57 PM
Post #9


Senior Member
*******

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



I'm sooo sorry. I totally forgot about this thread.


I'm just going to live with it. It's not that important. I'm probably doing something wrong. I'll figure it out. But thank you sooo much for helping me, Mike. I dk what cB would do without you. pinch.gif



Topic Closed & Moved
 

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