Variable width columns in a table

Posted by Jack on Stack Overflow See other posts from Stack Overflow or by Jack
Published on 2010-05-26T09:16:12Z Indexed on 2010/05/26 9:21 UTC
Read the original article Hit count: 283

Filed under:
|
|
|
|

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

© Stack Overflow or respective owner

Related posts about php

Related posts about JavaScript