Wow. Obviously. I knew I missing something huge.
Thank you for the assistance!! Happy New Year!
I’d like to style (change the color of, most specifically) one of the words inside my blog title. It seems like that’s got to be possible, right? I was thinking I could just wrap that word in a span tag and then apply a style to the span in CSS but I just get:
The <span id=”accent”>Garrison</span> Show
without the span tag actually being parsed.
I do – I want to be able to style the span separately in CSS but I can’t figure out how to get it parsed as HTML and not just displayed to the screen.