Topic: I can't believe I forgot a table tag (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: The Dark Side of the Moon |
posted 05-19-2003 20:11
I swear I have not used this tag in a long time. I could swear there is a tag for tables to extend the width for the remainder of the screen. For example, I want a table that is 150px wide in the left colum and the right colum will automatically take up the remainder of the screen. I thought the tag was something like code: <td width="*%">
|
Maniac (V) Inmate From: under the bed |
posted 05-19-2003 20:50 |
Paranoid (IV) Inmate From: Milwaukee |
posted 05-19-2003 21:01
Set the width of the entire table to whatever you want (say it's full-screen, just specify 100%). Then set the width of the left TD to 150 (or whatever). Columns with unspecified width will stretch to make up the rest of the table. |
Paranoid (IV) Inmate From: |
posted 05-19-2003 21:37
use a wildcard |