how do i make all the tables so that it is the same width? |
![]() ![]() |
how do i make all the tables so that it is the same width? |
Apr 28 2007, 08:20 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Jan 2007 Member No: 494,986 |
my page : www.myspace.com/brittany51o
i want all the tables to be the same width |
|
|
|
Apr 28 2007, 08:41 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Your comments are really stretched out so that is going to prevent you from getting the tables really small but use this to atleast make them even.
CODE <style type="text/css"> 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;} </style> Change the 220px to the width you want. |
|
|
|
![]() ![]() |