Printing timetables

Started by ChicagoPianoTuner, March 05, 2015, 12:43:42 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ChicagoPianoTuner

Hi again.  I'm trying to print my timetables and I'm having a bit of difficulty with formatting.  I've downloaded notepad ++ to edit the CSS file.   I correctly make the changes to the file, but they don't show up when I preview the timetables in FET.  I'm sure there's simple that I'm doing wrong.  Currently I'm trying to edit the CSS file, save it, then click "preview" in FET, but the changes don't happen.  Do I need to close/re-open one of the programs after making changes?

Thanks!

Liviu Lalescu

Unfortunately, the printing from the FET menu does not accept the CSS file. To use that CSS file you need to open the HTML generated timetables from the disk, from the same location.

Volker might answer better.

Volker Dirr

Exactly. If you modify the CSS file, then you need to open the html files with a webbrowser.

If you print the timetables from FET, then you can only modify a few settings in the dialoge; but not with the css file.

ChicagoPianoTuner

Got it, great.  Maybe you can help me with one other bit of formatting.

I'm looking to print the timetables for each teacher.  I have many subactivities that are co-taught by multiple teachers (meaning that one subactivity has one group of students listed but more than one teacher, Mr. X and Mrs. Y).  Currently, when I print Mr. X's timetable, for Tuesday period 1 it shows both his name and Mrs. Y's name as they co-teach the class.  I would like the timetable to just display Mr. X's name on his timetable, and when I scroll to Mrs. Y's timetable, I just want to display her name.

Put more simply, for any teacher's timetable, I only want that teacher's name to appear, not other teachers with whom they are co-teaching.

Is there any way to do this?

ChicagoPianoTuner

Ahh, I've figured it out.  In the tr.teacher, div.teacher{} bit, just entered display:none; and it worked.  Thanks!