RR
Hey Vasan, Looks very good :-). I have one problem with this. By dismissing the table element you are removing all semantic meaning from the code. All elements are places in a div, creating a flat meaningless DOM. The purpose of the table element is to give meaning to the HTML. Screen reader and other assistive technology and search engines know how to read it and understand it. By flatting it in divs it becomes unreadable by everyone but signed users. Kind regards, Rian Rietveld