Antwort auf: Speichern als HTML-Datei

Startseite Foren Deutsches LiveCode-Forum Speichern als HTML-Datei Antwort auf: Speichern als HTML-Datei

#1113
Torsten
Teilnehmer

    An Hauke und Klaus einen herzlichen Dank!

    Hier die komplete Lösung für die Umwandlung in HTML5-Konformität:

    
    put the htmlText of fld "text" into styletext
    
    replace ("<font bgcolor=" & quote) with ("<span style=" & quote & "background-color:") in styletext
    
    replace "</font>" with "</span>" in styletext
    
    

    Wie immer in LC genial einfach 🙂