colspan all?
colspan all?
- Started
- Last post
- 3 Responses
- ldww
is there a way to have a table row colspan=all... i have a table which its rows change depending on some php crap, and i can not get the footer colspan to easily span the entire table.
- BZZZP0
just make a variable in that php crap that tells your footer what to span. or (cringe) nest.
- ldww0
i actually found out that if you set it to be more then the total columns it works out fine. so i did colspan=999 and it will always be the entire width
- BZZZP0
oh i had assumed you wanted a nonbroken way to do it.