Separate hours' names and long names by a new line

Started by Željko Vrabec, April 29, 2025, 05:05:32 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Volker Dirr

I started coding. Changes of 1) are done.

Sadly some more changes are needed with html 5.
<br /> should be written as <br> now. I done that already now.

The bad thing is, that border="1" in table is not allowed anymore with html 5. Must be done by css. I thought I done it, but it doesn't work correct (especially, because I can't do it like that in the interface).

A lot of variants must be also tested. Especially export to hard disc, printing from the interface and also different fet html level settings (since level 0 is without css file, but the others are with css file).
Also the indexes are wrong now with html 5, since valign and halign are not allowed anymore in html, must be done with css. Will be a bit more "tricky", since we need to do it only in the index files, not in the other files.

I sent you my current work by email. I can't code more today or tomorrow. I can code more on Wednesday.

Liviu Lalescu

Dear Zeljko,

Volker and I, we tried to convert/simplify to HTML 5, as you proposed, but it is complicated and risky now. Volker also met probably a Qt bug which doesn't allow us to do this upgrade. So, your suggestion will remain in the TODO for now.

Željko Vrabec

Hi Liviu!

It's not urgent at all. HTML4 works fine as well. It was just a suggestion.

Liviu Lalescu