Variable width columns in a table
- by Jack
I'm using an HTML table for a calendar and I want to fill the cells with various events from my database. Usually they will land on weekends but some will run for long weekend, bank holidays or even the odd week day.
How can I get my tables columns to expand and shrink accordingly. I'd like to avoid the use of javascript if possible.
If this can't be done I'm going to need a tutorial to help me get my head around how to make div's positioning behave.
cheers