jbingman Posted July 3, 2008 Share Posted July 3, 2008 Is there a way in CSS to make a certain character say... * asterisks * in their own style? Link to comment https://forums.phpfreaks.com/topic/113139-solved-individual-characters/ Share on other sites More sharing options...
themistral Posted July 3, 2008 Share Posted July 3, 2008 Define a class for a span and enclose your asterisk in the span tags. span.style { // your css here } then <span class="style">*</span> But to my knowledge you can't tell css to style certain characters as standard. Link to comment https://forums.phpfreaks.com/topic/113139-solved-individual-characters/#findComment-581327 Share on other sites More sharing options...
jbingman Posted July 3, 2008 Author Share Posted July 3, 2008 yeah i didnt think so but it was worth asking cause it would save a lot of code. thanks though. Link to comment https://forums.phpfreaks.com/topic/113139-solved-individual-characters/#findComment-581340 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.