skinny help plz |
skinny help plz |
Jan 4 2007, 06:51 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 38 Joined: Jun 2006 Member No: 419,709 |
I used the code from this site (Myspace Scripts) called skinny profile. It works fine, except for one minor thing. It cuts the tables into halves. ex: I'll have "12345578910111213" in a table. That happens to span down several lines (hypothetically). All that remains visible is "12345678." See what I mean? I'm betting it has something to do with a height element, but I'm not sure which to edit. Here is the script.
<style>.contactTable {display:none;} table table td img {display:none;} table table table td img {display:inline;} table td td {width:0px;} table {width:450px;} table table {width:auto;} table table td {padding:3px;} table table table td {padding:0px;} table table table {width:220px !important; height:0px;} td.text td a img {width:auto !important;} table table table table table, table table table table table td { width:0px !important; padding:0px !important;} td.text a img {width:100px !important;} td.text td.text a img {width:35px !important;} td td td div strong {width:170px !important; display:block;} embed, object {display:block; width:220px; height:38px;} .orangetext15, .blacktext10 { display:block; width:110px; font-size:6pt !important;} td.text td.text .orangetext15, td.text td.text table table div {display:none;}</style> |
|
|
|
![]() |
Jan 5 2007, 11:10 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 38 Joined: Jun 2006 Member No: 419,709 |
Here's the code. These are split up because I've copy different codes from different areas. However, when I remove the code to make the tables skinny, the tables are no longer shortened.
<style type="text/css"> { Alignment by moorepocket } body{ padding-left: 200px; } </style> <Style type="text/css" source="http://www.strikefile.com/" author="Thomas Zwaagstra"> table, tr, td{ background-color:transparent; border-style:none; } table table table, table table table td{ background-color:transparent; } body{ background-color:rgb(3,3,3); background-image:url(http://ic3.deviantart.com/fs11/i/2006/247/4/a/wings_of_an_emo_by_SaintSazzle.jpg); background-position:center left; background-repeat:no-repeat; background-attachment:fixed; scrollbar-face-color:rgb(51,51,51); scrollbar-base-color:rgb(51,51,51); scrollbar-3dlight-color:rgb(0,0,0); scrollbar-shadow-color:rgb(0,0,0); scrollbar-darkshadow-color:rgb(0,0,0); scrollbar-highlight-color:rgb(0,0,0); scrollbar-track-color:rgb(153,153,153); scrollbar-arrow-color:rgb(255,255,255); } table table table table, table table table td{ background-image:none; background-color:transparent; } body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{ color:rgb(0,0,0); font-size:12pt; font-weight:normal; font-style:italic; text-decoration:none; text-transform:none; font-family:Monotype Corsiva,sans-serif; } .orangetext15, strong, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext{ color:rgb(0,0,0); font-size:14pt; font-weight:bold; font-style:italic; text-decoration:none; text-transform:none; font-family:monotype corsiva,sans-serif; } a, a font, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited, a.man font, a.redlink, a.redlink:visited{ color:rgb(0,0,0); font-size:12pt; font-weight:normal; font-style:italic; text-decoration:underline ; text-transform:none; font-family:Monotype Corsiva,sans-serif; } a:hover, a:hover font, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.man:hover font, a.searchlinkSmall:hover, a.searchlinkSmall:active, a.redlink:hover, a.redlink:hover{ color:rgb(51,51,51); font-size:12pt; font-weight:normal; font-style:italic; text-decoration:underline line-through ; text-transform:none; font-family:Monotype Corsiva,sans-serif; } table table table, div table table{ border-color:rgb(204,204,204); border-style:solid; border-width:1px; background-color:rgb(204,204,204); opacity:0.6; ..-opacity:0.6; filter:alpha(opacity=60); } table table table table, div table table table{ border-style:none; } A IMG{ border-style:none; } a </Style> <style type="text/css"> .contactTable {display:none;} table table td img {display:none;} table table table td img {display:inline;} table td td {width:0px;} table {width:450px;} table table {width:auto;} table table td {padding:3px;} table table table td {padding:0px;} table table table {width:220px !important; height:0px;} td.text td a img {width:auto !important;} table table table table table, table table table table table td { width:0px !important; padding:0px !important;} td.text a img {width:100px !important;} td.text td.text a img {width:35px !important;} td td td div strong {width:170px !important; display:block;} embed, object {display:block; width:220px; height:38px;} .orangetext15, .blacktext10 { display:block; width:110px; font-size:6pt !important;} td.text td.text .orangetext15, td.text td.text table table div {display:none;} </style> <style type="text/css"> table {direction:rtl;} table table table {direction:ltr;} </style> <style> .nametext{color:black; font-family:monotype corsiva ;text-decoration: underline; font-size: 16pt;font-weight:3;letter-spacing:1pt;border: none; line-height:18pt;background-color:none;text-transform: none; } </style> |
|
|
|
PoeticInsanity skinny help plz Jan 4 2007, 06:51 AM
toyo loco I don't really get it but if you show us maybe... Jan 4 2007, 02:28 PM
PoeticInsanity Sure I can show you. Look here. That's my site... Jan 4 2007, 04:00 PM
toyo loco Did you try using the code I gave you above instea... Jan 4 2007, 04:33 PM
PoeticInsanity Ok, that worked except for one thing. Now the writ... Jan 4 2007, 10:57 PM
WHIMSICAL 0NE You need to change font-size:7pt;
Do you mean som... Jan 4 2007, 11:20 PM
PoeticInsanity Ok, when I edit the fonts, the tables no longer re... Jan 5 2007, 06:38 AM
toyo loco Post your code then. All you had to do with the on... Jan 5 2007, 02:44 PM
PoeticInsanity with that line removed, the tables do not remain a... Jan 5 2007, 03:56 PM
toyo loco When I look at them they are not cut short (but it... Jan 5 2007, 04:07 PM
toyo loco What do you mean by shortenned? I can't see th... Jan 5 2007, 11:17 PM
PoeticInsanity shortened as in I have written a paragraph in the ... Jan 6 2007, 11:08 AM
vintageblvd it looks fine on my browser. nothing got cut off.. Jan 6 2007, 11:26 AM
toyo loco Yea I don't see it either. What browser are yo... Jan 6 2007, 02:27 PM
PoeticInsanity IE. I despise browser discrepancies lol. That alwa... Jan 7 2007, 08:02 AM![]() ![]() |