Home Forums Square Carriage return in Slider Caption SubTItle

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #98
    birch96
    Participant

    How can I include a carriage return in the Slider Caption SubTitle?

    I’ve tried all of these but they all show up as typed rather than a carriage return or new line:
    <br/>
    <p></p>
    ampersand + #010;
    \r
    \n

    #103
    Hash
    Keymaster

    Hi,

    These HTML character are escaped and converted into HTML entity for the security purpose.
    Security purpose – If the user miss and closing HTML tag, the website would break down.
    This is the reason why they are printed as it is. So its sad to say that you need to omit any HTML character in your slider.

    #108
    birch96
    Participant

    OK, thanks for letting me know. I could always add an :after block in the custom php, but that gets tricky with the multiple slides.

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