contact box, help! |
contact box, help! |
Mar 5 2007, 08:36 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 220 Joined: Jul 2005 Member No: 172,015 |
is there a way to resize your contact box??
|
|
|
|
![]() |
| *Intercourse.* |
Mar 5 2007, 08:43 PM
Post
#2
|
|
Guest |
Use this, change the width and height in the first part for how big you want it. You may also need to change the with and height in the second part which controls how big the links are
CODE <style type="text/css">
.contactTable { width:100px !important; height:100px !important; padding:0px !important;} .contactTable a {display:block; height:10px; width:115px;} </style> |
|
|
|
Mar 5 2007, 08:49 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 220 Joined: Jul 2005 Member No: 172,015 |
hmmm....it didn't work. :( any other codes?
|
|
|
|
| *Intercourse.* |
Mar 5 2007, 08:50 PM
Post
#4
|
|
Guest |
link, and how did it not work?
Oh also I edited that post after I posted the first code, did you try the newer code? EDIT: what browser are you using? Sorry I use firefox and its working fine in this browser but I just checked IE and its not doing anything. |
|
|
|
Mar 5 2007, 08:57 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 220 Joined: Jul 2005 Member No: 172,015 |
yeah i'm using internet explorer and it's not making the width smaller. it's just making the height bigger.
but i'll try the newr code. |
|
|
|
Mar 5 2007, 09:38 PM
Post
#6
|
|
![]() vivacity ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,183 Joined: Jan 2007 Member No: 495,247 |
I'm not sure if this might work but give it a try.
It resizes all tables on the left hand side. CODE <style>
.r{} TABLE TABLE TABLE {padding: 0px; text-transform: none; width: 100%;} table table table {width:291px;} </style> |
|
|
|
Mar 6 2007, 09:19 PM
Post
#7
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 141 Joined: Feb 2007 Member No: 506,587 |
This is a similar code but i believe it will work
CODE <style type="text/css">
.odellcoding{ soulgetpast.info } .contactTable { width:200px !important; height:100px !important; padding:0px !important;} .contactTable a {display:block; height:auto; width:auto;} </style> |
|
|
|
Mar 7 2007, 12:06 AM
Post
#8
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 220 Joined: Jul 2005 Member No: 172,015 |
hmmm....nope, didn't work. :(
|
|
|
|
Mar 7 2007, 12:08 AM
Post
#9
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 141 Joined: Feb 2007 Member No: 506,587 |
sorry :[
im sure there is a way just wait till one of the moderators come along there pretty smart |
|
|
|
![]() ![]() |