Log In · Register

 
blank space between my "thinner" tables, how do i make it smaller?
helpmeout
post May 3 2006, 02:11 AM
Post #1


Senior Member
***

Group: Member
Posts: 80
Joined: Aug 2004
Member No: 44,902



I used this code to make my tables thinner: http://www.createblog.com/scripts/download.php?id=101


but since then, there is space between my left tables and my right tables. is there a way to decrease this space? in the code, i played around with the second number (the % number) but it didn't change anything. please help?
 
 
Start new topic
Replies
*This Confession*
post May 4 2006, 02:46 AM
Post #2





Guest






give me a min or so
i'll just re-do all your coding differently...


edit..
here
i re-did the code..

CODE
<style type="text/css">
table, td {background-color:transparent; border:none; border-width:0;}
body{background-image:url("http://img.photobucket.com/albums/v512/whatever54321/puffy.png");
background-attachment: fixed;
background-position: bottom right;
background-repeat: no-repeat;
background-color: ffffff; }

body{
padding-right: 400px; }

div table form tr td {visibility:hidden!important; height:0px!important;}
table tr td div div {visibility:hidden;border:0px!important;background-color:transparent;}
table div font a, table div div {visibility:hidden; display:none;border:0px!important;background-color:transparent;}
table table table {border: 2px solid; border-color:FDCB15;  padding:0; background-color: EA4299;}
table tbody td table tbody tr td.text table{background-color:transparent;}
table table{border:0px;}
table table table table{border:0px;}
{table & border attributes}
table table table {border:2px solid; border-color:FDCB15; padding:1; width:250; height:20; background-color: EA4299;}
table tbody td table tbody tr td.text table{background-color:EA4299;}table table{border:1px;}table table table table{border:1px;}
table table{border:1px}
table table table table{border:1px}
font, td, a, body, table, body, td, li, p, div, textarea, li, h1, h2, p, br {font-family: arial; color: 000000; font-size:11px; }
textarea, input {font-family: arial; font-size: 11px; color: 000000;
text-transform:lowercase; letter-spacing:0px; background-color:ffffff;border:1px solid black;cursor:crosshair;}
.btext {color: ffffff;}
.blacktext10 {font-size: 8px;color:FDCB15; }
.blacktext12 {font-size: 8px; color: FDCB15;}
.lightbluetext8 {color: FDCB15;}
.nametext {color: FDCB15;}
.orangetext15 {color:FDCB15;}
.redbtext, .redtext {color:FDCB15;}
.text {color: FDCB15;}
.whitetext12 {color: 000000;}
a:link, a.man:link, a.text:link, a:visited, a.man:visited, a.text:visited, a:active, a.redlink:active,
a.redlink:visited, a.redlink:link, a.navbar:link, a.navbar:visited, a.navbar:active
{color: FDCB15; font-weight: normal;}
a:hover, a.man:hover, a.text:hover, a.redlink:hover, a.navbar:hover {color: transparent; background-color: transparent;}
b, stong
{font-weight:bold;font-size:8pt;line-height:10px;text-transform:lowercase;color: FFFFFF;letter-spacing:0px;font-family:arial;}
img { filter:none; border:0px;}
a:link img { filter: none; border:0px solid black;}
a:hover img { filter:none; border:0px solid black;}
body {cursor:;}
a:hover {cursor: help;}
TD TD {text-align: center;}
TD TD TD {text-align: center;}
TD TD TD TD {border-top: 0px solid; width: 1%; text-align:center;}
TD TD TD TD TD {border-top: 0px solid black; text-align:center;}
TD TD TD TD TD TD {border: 0px solid;}
TABLE, TD {padding: 0px; text-transform: none; width:300px;}
TABLE TABLE {padding: 0px; text-transform: none;}
TABLE TABLE TABLE {padding: 1px; text-transform: none;height: .01%; width: 100%;}
TABLE TABLE TABLE TABLE {padding: 0px; text-transform: none;}
TABLE TABLE TABLE TABLE TABLE {padding: 0px; text-transform: none;}
TABLE TABLE TABLE TABLE TABLE TABLE {padding: 0px; text-transform: none;}
table td div div font {visibili-ty:hidden;di-splay:none;}
table table table table {border: 0px; text-align: justify; padding: 0px;}
table table table table table {border: 0px; text-align: justify; padding: 0px;}
table table table table table table {border: 0px; text-align: justify; padding: 0px;}
table table td.text table td.text table table tbody td table, span.btext {display: none !important}
</style><div style="position:absolute;left:0px;top:0px;width:88px;height:31px;">
<a href="http://www.myspace.com/thisconfession_designs">This Confession</a></div>
<STYLE TYPE="text/css">
body {
    scrollbar-face-color:FDCB15;
    scrollbar-highlight-color:EA4299;
    scrollbar-3dlight-color:EA4299;
    scrollbar-shadow-color:EA4299;
    scrollbar-darkshadow-color:EA4299;
    scrollbar-arrow-color:EA4299;
    scrollbar-track-color:FDCB15;
     }</STYLE>



put it in your about me..


once again to see what it will look like now..

ALSO
change the cols for your comment box to 40
or it will stretch the table out
and it won't look right.
 

Posts in this topic
helpmeout   blank space between my "thinner" tables   May 3 2006, 02:11 AM
This Confession   CODE<style> table table td {padding:1p...   May 3 2006, 02:44 AM
helpmeout   thanks, but...when i put in that first code alone,...   May 3 2006, 03:03 AM
This Confession   hmm sorry try this CODE<style> table tabl...   May 3 2006, 03:39 AM
helpmeout   it seems like that shrunk my tables. i don't w...   May 3 2006, 04:22 AM
This Confession   k changed some also if you go here. you can see ...   May 3 2006, 04:43 AM
helpmeout   ok, i tweaked the code you gave me and i like it...   May 3 2006, 05:27 AM
This Confession   hmm well you don't need to put anything in t...   May 3 2006, 02:50 PM
shauna1212   Whts the lunk to ur page so we can see...so u have...   May 3 2006, 06:36 PM
helpmeout   shauna, the link to my page is here: here and i...   May 4 2006, 01:00 AM
This Confession   give me a min or so i'll just re-do all your c...   May 4 2006, 02:46 AM
helpmeout   thanks...but is there a way to get rid of the scro...   May 4 2006, 06:48 PM
shauna1212   You can make your scrollbars transparent? if thts ...   May 4 2006, 06:53 PM
helpmeout   well i want my side scrollbar to show...i just don...   May 4 2006, 07:04 PM
shauna1212   oh...i see wht u mean ill try to find a code   May 4 2006, 07:38 PM
This Confession   you can't get rid of that unless you go change...   May 4 2006, 08:14 PM
helpmeout   what do u mean, "unless you go change that co...   May 4 2006, 09:02 PM
This Confession   body{ padding-right: 175px; } change that. it wo...   May 5 2006, 02:07 AM


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