Ok, so I've been scouring the web looking to see if this even exists (I don't think it does), and haven't found anything yet.
I was wondering if anyone knows if there is such a thing in CSS2 that will allow you to style individual ASCII characters and/or individual plain characters (a-z 0-9)?
I've played around with a few ideas, none of which have worked, which is making me lean more towards the idea that nothing like this exists.
Just Ideas:
If such a thing existed it would be a great time reducer. Rather than having to use classes and spans... Just style the character itself.Code:"{ color:blue; } p:char('z'){ color:blue; }



Reply With Quote

Bookmarks