Tyskie
Junior Member
Posts: 215
inherit
39799
0
Jan 29, 2011 0:16:36 GMT -8
Tyskie
215
April 2005
tyskie
|
Post by Tyskie on Jun 23, 2005 20:58:16 GMT -8
Everytime I try make a table the spaces are always so big, is there a way to make the height and width best fit, or at least make them smaller? Thanks
|
|
myke
inherit
-666787
0
Nov 30, 2024 7:15:07 GMT -8
myke
0
January 1970
GUEST
|
Post by myke on Jun 23, 2005 21:04:18 GMT -8
Everytime I try make a table the spaces are always so big, is there a way to make the height and width best fit, or at least make them smaller? Thanks You can adjust the width of your cells: <table class="bordercolor" border="1" cellpadding="1"> <tr> <td class="windowbg" width="300" height="50"> CONTENT </td> </tr> </table> Those are pixel widths. If you wanted to use percentages, just add the '%' sign after them (which works best when you have mutiple columns, IMO).
|
|
Tyskie
Junior Member
Posts: 215
inherit
39799
0
Jan 29, 2011 0:16:36 GMT -8
Tyskie
215
April 2005
tyskie
|
Post by Tyskie on Jun 23, 2005 21:12:38 GMT -8
my bad - I guess I should have mentioned I was referring to posting tables in messages not adding tables to boards
|
|
myke
inherit
-666789
0
Nov 30, 2024 7:15:07 GMT -8
myke
0
January 1970
GUEST
|
Post by myke on Jun 23, 2005 21:41:59 GMT -8
my bad - I guess I should have mentioned I was referring to posting tables in messages not adding tables to boards No, my fault, you said "post" in the title. Tables for me auto fit whatever happens to be in them when I use | UBBC | No matter what size of content I use | |
Do they not for you?
|
|
Tyskie
Junior Member
Posts: 215
inherit
39799
0
Jan 29, 2011 0:16:36 GMT -8
Tyskie
215
April 2005
tyskie
|
Post by Tyskie on Jun 23, 2005 21:48:45 GMT -8
This is what happens to me: The width is fine, but the height is always much bigger than it needs to be
|
|
myke
inherit
-666791
0
Nov 30, 2024 7:15:07 GMT -8
myke
0
January 1970
GUEST
|
Post by myke on Jun 23, 2005 22:10:32 GMT -8
Try it with no spaces between the row and coulmn tags: [table][tr][td]Box 1[/td][td]Box 2[/td][/tr][tr][td]Box 3[/td][td]Box 4[/td][/tr][/table]
|
|
Tyskie
Junior Member
Posts: 215
inherit
39799
0
Jan 29, 2011 0:16:36 GMT -8
Tyskie
215
April 2005
tyskie
|
Post by Tyskie on Jun 23, 2005 22:16:42 GMT -8
lol something so simple, thanks!
|
|
myke
inherit
-666793
0
Nov 30, 2024 7:15:07 GMT -8
myke
0
January 1970
GUEST
|
Post by myke on Jun 23, 2005 22:19:34 GMT -8
lol something so simple, thanks! No problem.
|
|