Hi, I am writing a Q & A page and I would like to have the ‘Q’ at the beginning of the sentence in a different font so I am writing the piece in HTML so that I can use ‘span’ tag for styling. However, the ‘span’ tag is being removed when I save the module. Can we not use ‘span’ tags in the html?
Where are you adding the span?
I’m using the standard HTML module and adding it :
<h3><span>Q:</span> Here is a question </h3>
however, since my query I have sorted a workaround using a list and styling the “li::before” and ditching the ‘A’ and I think it looks ok
HTML module does not strip any HTML, it allows anything.
Do you have an example page where this is not working?