Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1306580

    Sry for the newbie question..

    If I try to add using special characters, the element warns not to use.

    What code can be used to change one letter of the word to be a different colour and part of the title bold?

    thanks!

    #1306595

    Hey user877,

    Unfortunately there is no easy way unless you are using a rich text editor. You can try something like the following:

    ST<span style="color: red">A</span>CK OVERFLOW

    Best regards,
    Jordan Shannon

    #1306608

    ok thanks, but that seems complicated or risks causing website back end to crash?

    The demo shows this and checking inspector seems to be the special heading used

    • This reply was modified 3 years, 5 months ago by user877.
    #1306850

    Hi,

    Your backend won’t crash, the warning is just that, a warning. If you leave open html markup open, it might delete content below the open markup, that’s it. The demo page you linked to is using strong tags:

    <strong>Bold text closed properly</strong>

    Best regards,
    Rikard

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