In an old version of FET (last year) I should remember that, modifying the HTML level option, the generated timetable should show colored boxes to rapidly identify the teacher/activity in overall timetable. Now, in the last version, the color appears only when mouse rollover the teacher/activity word but is always green. Also every subline in a box displays in grey which is poorly readable.
Is there an option that show distinct color in every adiacent boxes or I remember badly?
Thanks.
Davide.
You can style each subject/teacher/students set/activity tag, in superior levels of HTML. But you need to do it manually, modify the CSS file. Volker can give a better answer here.
Hallo,
please start reading this:
http://www.timetabling.de/manual/FET-manual.en.html#id_45
ask again if you need more information.
Regards,
Volker
Is there any is there any feature available in fet , all teachers have unique color in group timetable?
Go to FET -> Settings -> Timetables -> HTML level
Select at least level 3 and generate a timetable.
Then you can see a line like this in the css file:
tr.teacher, div.teacher {
}
You can add here a unique color for all teachers.