Hey,
where are the HTML and CSS files of FET? I want to improve them but I couldn't find it yet in the source.
--vg
you don't need to read each file yourself. every good editor and ide has an option called "find" or "find in files". also every os as a "find" or "search" option. simply add a html tag or a css line and seach. so just a few files are left then. then it is easy to see that timetableexport.cpp is the needed file.
Thanks! I didn't didn't suspect that the code is "packed" in the C++ file.