Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #949976

    Hello,

    i need to use a special styled sentence that should show a word in different color letters – like this:

    <p style=”text-transform: uppercase; color: #FFFFFF;”>
    <span style=”color: #FFFFFF”>Werden Sie Partner auf der Plattform für Mediziner</span><span style=”color: #dcb505″ >I</span>nnen
    </p>

    In a single static HTML Site it’s no Problem.

    But if i use this code in Enfold Textbox or Code Block the complete word “Medizinerinnen” is in yellow – but only the letter “I” should be in yellow.

    Any idea what’s happened or how i can fix it?

    Thank you for helping!

    #950009

    i think the one span is obsolete .
    And maybe the effect is better if the big i is better visible as Letter and function: try this:
    <p style="text-transform: uppercase; color: #ffffff;">Werden Sie Partner auf der Plattform für Mediziner<span style="color: #dcb505; font-weight: bold; font-size: 1.4rem; vertical-align: top">I</span>nnen</p>

    see here : https://webers-testseite.de/inline-css/

    #950012

    thank you for helping now it’s fixed. My html code is working in the special heading box but not in code block or normal text box.

    Sounds crazy but it works

    #950016

    if that above was you code you have in it: the quotation marks are not code marks.

    Das waren teilweise geschwungene Anführungszeichen. Dann funktioniert es auch nicht mit dem code.

    #950880

    Hi,

    Thanks for helping out @guenni007. Did you get your code working @luisgasser?

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.