- This topic has 2 replies, 2 voices, and was last updated 7 years, 10 months ago by birch96.
Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- March 12, 2016 at 9:46 pm #98birch96Participant
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
\nMarch 13, 2016 at 3:08 pm #103HashKeymasterHi,
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.March 14, 2016 at 2:43 am #108birch96ParticipantOK, thanks for letting me know. I could always add an :after block in the custom php, but that gets tricky with the multiple slides.
- AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.