View Single Post
Old 06-11-2020, 05:23 PM   #1
d351r3d
Enthusiast
d351r3d began at the beginning.
 
Posts: 48
Karma: 10
Join Date: Aug 2017
Device: none
Using HTML Entities With CSS

I want to use the html entity version of < ([ noparse ]<<[ /noparse ]) and > (>) and make anything in-between them blue. If I just did it with p or something it would be fine but that's not possible. There's also the < span > deal but I don't want to span 32k things.

Code:
<blah blah blah blah blah stuff[noparse ]>[/noparse]
I just want it to be like this:
<blah blah blah blah blah stuff>

I have no idea why it renders the entities even with the code around them.

Last edited by d351r3d; 06-11-2020 at 07:03 PM.
d351r3d is offline   Reply With Quote