making the contact table smaller., like...squishing it together. |
making the contact table smaller., like...squishing it together. |
![]()
Post
#1
|
|
![]() $!$!$!$!$! ![]() ![]() ![]() Group: Member Posts: 81 Joined: Jul 2007 Member No: 550,133 ![]() |
does anyone know how to squish the contact table, or change the height? i've already tried .contacttable {height:MYHEIGHTHERE;}....it doesn't seem to work.
|
|
|
![]() |
![]()
Post
#2
|
|
![]() Hey, I'm Mike ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 1,272 Joined: May 2006 Member No: 406,241 ![]() |
CODE <style type="text/css"> .contactTable { width:300px !important; height:150px !important; padding:0px !important; background-image:url("URL TO PICTURE"); background-attachment:scroll; background-position:center center; background-repeat:no-repeat; background-color:transparent;} .contactTable table, table.contactTable td { padding:0px !important; border:0px; background-color:transparent; background-image:none;} .contactTable a img {visibility:hidden; border:0px !important;} .contactTable a {display:block; height:28px; width:115px;} .contactTable .text {font-size:1px !important;} .contactTable .text, .contactTable a, .contactTable img {filter:none !important;} </style> edit the sizes that you need ![]() |
|
|
![]() ![]() |