How to design html timetable
        Posted  
        
            by Conor H
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Conor H
        
        
        
        Published on 2010-05-23T16:08:00Z
        Indexed on 
            2010/05/23
            16:10 UTC
        
        
        Read the original article
        Hit count: 447
        
Hi There,
I'm currently working on a project where I need to print out a lesson timetable. Here is a link to the one I have created http://conorhackett.com/tt/.
It works fine now but i'd like to have more control over it. If you look at the code you'll see what I mean. The html/css is very messy.
I've tried to do it with a html table but it didn't look great with all the lines.
Is there any foundations available to me that I could use as a base.?
Any adive greatly appreciated :)
--Conor
© Stack Overflow or respective owner