Table widths help |
Table widths help |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Aug 2006 Member No: 451,365 ![]() |
is there a way how I can get my about me, friends, and comments tables to all be the same width. I want them all to be five hundred. I used a layout from createblog.
|
|
|
![]() |
*StanleyThePanda* |
![]()
Post
#2
|
Guest ![]() |
^ Thats what I was thinking, maybe she wants the tables 500 all together (like 250 each?)
If so, try this: <style type="text/css"> table table table {width:250px;} td.text table, td.text table td {width:250px; padding:0px;} </style> |
|
|
![]() ![]() |