I'm trying to input a HTML file that contains a table. It's a college timetable. I want to extract information for a particular time, but the information is generated in the HTML file as just a normal table. So, I'd need to count the number of TD's to get to a certain time and then read the contents (or something).
I have _no_ idea how to do this
Any help?