Thread View: de.comm.infosystems.www.authoring.misc
3 messages
3 total messages
Started by Ulli Horlacher
Fri, 03 Jan 2025 09:51
HTML button fuer rotate?
Author: Ulli Horlacher
Date: Fri, 03 Jan 2025 09:51
Date: Fri, 03 Jan 2025 09:51
26 lines
1046 bytes
1046 bytes
Nachdem hier mein Problem mit dem Kombinieren von Bilder mit Buttons so wunderbar geloest wurde (nochmals Danke fuer alle Beteiligten!) habe ich in dem Zusammenhang noch eine Frage: Die buttons produziere ich (in Perl) so: print button("$dox?ACTION=movedown:$i",'â'); print button("$dox?ACTION=rleft:$i",'⤹'); print button("$dox?ACTIONÞl:$i",'<font color="red">X</font>'); print button("$dox?ACTION=rright:$i",'⤸'); print button("$dox?ACTION=moveup:$i",'â'); movedown und moveup sind also HTML entities, rleft und rright Unicode chars. Letztere sind aber nicht gut zu erkennen: https://fex.rus.uni-stuttgart.de/fop/UOKaeVHP/X-20250103102436.png HTML entities fuer rotate habe ich keine gefunden. Alternativvorschlaege? -- Ullrich Horlacher Server und Virtualisierung Rechenzentrum TIK Universitaet Stuttgart E-Mail: horlacher@tik.uni-stuttgart.de Allmandring 30a Tel: ++49-711-68565868 70569 Stuttgart (Germany) WWW: https://www.tik.uni-stuttgart.de/
Re: HTML button fuer rotate?
Author: Marcel Mueller
Date: Fri, 03 Jan 2025 11:49
Date: Fri, 03 Jan 2025 11:49
7 lines
144 bytes
144 bytes
Am 03.01.25 um 10:51 schrieb Ulli Horlacher: > HTML entities fuer rotate habe ich keine gefunden. > Alternativvorschlaege? 21ba 21bb ? Marcel
Re: HTML button fuer rotate?
Author: "Peter J. Holzer
Date: Fri, 03 Jan 2025 11:51
Date: Fri, 03 Jan 2025 11:51
30 lines
988 bytes
988 bytes
On 2025-01-03 09:51, Ulli Horlacher <framstag@rus.uni-stuttgart.de> wrote: > Die buttons produziere ich (in Perl) so: > > print button("$dox?ACTION=movedown:$i",'â'); > print button("$dox?ACTION=rleft:$i",'⤹'); > print button("$dox?ACTIONÞl:$i",'<font color="red">X</font>'); > print button("$dox?ACTION=rright:$i",'⤸'); > print button("$dox?ACTION=moveup:$i",'â'); > > movedown und moveup sind also HTML entities, rleft und rright Unicode chars. Das ist semantisch äquivalent. Statt »â« könntest Du auch »à¢Â« oder sogar »â« schreiben. > Letztere sind aber nicht gut zu erkennen: > > https://fex.rus.uni-stuttgart.de/fop/UOKaeVHP/X-20250103102436.png > > HTML entities fuer rotate habe ich keine gefunden. > Alternativvorschlaege? Erster Hit bei Duckduckgo für die Suche nach »unicode arrows symbols«: https://unicode-explorer.com/list/arrows Such Dir was aus ;-) Mir gefallen U+27F2 und U+27F3 recht gut. hp
Thread Navigation
This is a paginated view of messages in the thread with full content displayed inline.
Messages are displayed in chronological order, with the original post highlighted in green.
Use pagination controls to navigate through all messages in large threads.
Back to All Threads