Extended Network box, Having trouble changing the height. |
![]() ![]() |
Extended Network box, Having trouble changing the height. |
Jul 21 2008, 11:18 AM
Post
#1
|
|
![]() your beautiful soul ![]() ![]() ![]() Group: Member Posts: 35 Joined: Feb 2004 Member No: 5,606 |
This is a part of my layout code. For some reason I can't figure out why my extended network box will only get wider, not longer. I also tried using the code to resize the box, but it only changed the width. Can someone please help me? Thanks!
http://i324.photobucket.com/albums/k346/da...kscreenshot.jpg CODE table, td {background-color:;}
table, td {border:none;} table, td {border-width:0;} table table table {border:1px solid;} table table table {border-color:000000;} table table table {padding:0;} table table table {background-color:ffffff;} table tbody td table tbody tr td.text table {background-color:ffffff;} table table {border:0px;} table table table table {border:0px;} font, td, a body, table, body, td, li, p, div, li, p, br, .hotlyts {font-family: arial; font-size: 9px; font-weight: normal; line-height:11px; letter-spacing: 0px; text-transform:normal; text-decoration: none; color:000000;} .text {font-family: arial; font-size:9px; font-weight:normal; line-height:8px; letter-spacing: 0px; text-transform:normal; text-decoration: none; color: 000000;} .orangetext15, .hot-lyts {font-family: arial;font-size: 18px; font-weight:bold; letter-spacing: 0px; color:000000; background-color:ffcc99; displaY:block;border:0px solid; border-color:f93;text-transform:normal;} td.text td.text .orangetext15{display:none!important} .whitetext12 {display:none!important;} a.text, table div font a, table div div {visibility:hidden;} .blacktext12 {font-family: arial;font-size: 9px;font-weight:normal; line-height:2px; color:000000;} .x {visibility:hidden;} td, tr, table {height:3px !important;} .btext, .nametext {font-family: arial;font-size: 26px; font-weight:bold; letter-spacing: 1px; color:000000; background-color:d5e8fb; displaY:block;border:0px solid; border-color:585858;text-transform:normal;} .btext{color:;} .nametext{top:-2px;position:relative;color:;text-align:left;} .lightbluetext8 {font-family: arial; font-size:9px; font-weight:bold; letter-spacing:1px; color:ffffff; background color:000000; display:block; text-transform:normal;position:relative;text-align:left;} .blacktext10 {font-family: arial; font-size:9px; font-weight:bold;letter-spacing:0px;border:0px solid; border-color:; border-right:0px;border-bottom:0px;border-top:0px;line-height:8px;position:relative;background-color:;display:block; color:;} .redtext, .redbtext {color:505050;font-size:9px;font-family:arial;} |
|
|
|
Jul 21 2008, 11:28 AM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Try removing the bolded part from your code:
CODE table, td {background-color:;} table, td {border:none;} table, td {border-width:0;} table table table {border:1px solid;} table table table {border-color:000000;} table table table {padding:0;} table table table {background-color:ffffff;} table tbody td table tbody tr td.text table {background-color:ffffff;} table table {border:0px;} table table table table {border:0px;} font, td, a body, table, body, td, li, p, div, li, p, br, .hotlyts {font-family: arial; font-size: 9px; font-weight: normal; line-height:11px; letter-spacing: 0px; text-transform:normal; text-decoration: none; color:000000;} .text {font-family: arial; font-size:9px; font-weight:normal; line-height:8px; letter-spacing: 0px; text-transform:normal; text-decoration: none; color: 000000;} .orangetext15, .hot-lyts {font-family: arial;font-size: 18px; font-weight:bold; letter-spacing: 0px; color:000000; background-color:ffcc99; displaY:block;border:0px solid; border-color:f93;text-transform:normal;} td.text td.text .orangetext15{display:none!important} .whitetext12 {display:none!important;} a.text, table div font a, table div div {visibility:hidden;} .blacktext12 {font-family: arial;font-size: 9px;font-weight:normal; line-height:2px; color:000000;} .x {visibility:hidden;} td, tr, table {height:3px !important;} .btext, .nametext {font-family: arial;font-size: 26px; font-weight:bold; letter-spacing: 1px; color:000000; background-color:d5e8fb; displaY:block;border:0px solid; border-color:585858;text-transform:normal;} .btext{color:;} .nametext{top:-2px;position:relative;color:;text-align:left;} .lightbluetext8 {font-family: arial; font-size:9px; font-weight:bold; letter-spacing:1px; color:ffffff; background color:000000; display:block; text-transform:normal;position:relative;text-align:left;} .blacktext10 {font-family: arial; font-size:9px; font-weight:bold;letter-spacing:0px;border:0px solid; border-color:; border-right:0px;border-bottom:0px;border-top:0px;line-height:8px;position:relative;background-color:;display:block; color:;} .redtext, .redbtext {color:505050;font-size:9px;font-family:arial;} That should do it. |
|
|
|
Jul 21 2008, 11:35 AM
Post
#3
|
|
![]() your beautiful soul ![]() ![]() ![]() Group: Member Posts: 35 Joined: Feb 2004 Member No: 5,606 |
I'm sorry, but which bolded part?
|
|
|
|
Jul 21 2008, 11:41 AM
Post
#4
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Well, if you scrolled down the code box, you would've found it. But here, just look for this and remove it:
CODE td, tr, table {height:3px !important;}
|
|
|
|
Jul 21 2008, 11:45 AM
Post
#5
|
|
![]() your beautiful soul ![]() ![]() ![]() Group: Member Posts: 35 Joined: Feb 2004 Member No: 5,606 |
Oh lol, sorry about that.
Thanks for your help! I really appreciate it |
|
|
|
Jul 21 2008, 04:06 PM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrator Posts: 8,629 Joined: Jan 2007 Member No: 498,468 |
closed and moved
|
|
|
|
![]() ![]() |