I have been given a small task but I’m not able to complete it any way I try. I was asked to code this calendar widget that I designed in HTML and CSS but I’m not sure of the tables or divs that I’ll have to be using!
This is how the calendar is supposed to look like:

This is how I’ve designed it for now:

The live demo of the site can be found here, as well as the code to what I’ve done: http://trendgfx.com/projects/comet-tavern/
Please help me.
If you get rid of the
float:leftanddisplay:inline-blockon the#archive-calender th {and#archive-calender td {you get a lot closer.Next up you’ll want to set
border-collapsetoseparateon#archive-calender {and throw in someborder-spacing:3pxto get the gaps between the cellsFinally, a bit of
padding:2pxon the#archive-calender td {will give you some breathing room inside the cells.HTH
edit forgot the background on the cells.
Add either some
background-colororbackground-imageto#archive-calender td {and you’ll get the nice grey cells.